Subir Fuente a wordpress

  • Avatar de Desconocido

    Hola que tal necesito de su ayuda ya que nose nada de como subir una nueva fuente a wordpress, la fuente que ocupo no la tiene google fonts ya que es: OPENSANS-LIGHT

    Como la subo? en que linea del .css agrego la fuente?
    Agradeceria me pudiera explicar.

    04. Typography
    /* ------------------------------------------------------------------------ */
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #444;
        font-family: Arial, Helvetica, sans-serif;
        font-style: bold;
        margin: 0 0 10px 0;
        padding: 0;
    }
    
        h1 a,
        h2 a,
        h3 a,
        h4 a,
        h5 a,
        h6 a { font-weight: inherit }
    
    h1 {
        font-size: 28px;
        line-height: 1.6;
    }
    
    h2 {
        font-size: 22px;
        line-height: 1.6;
    }
    
    h3 {
        font-size: 18px;
        line-height: 1.6;
    }
    
    h4 {
        font-size: 16px;
        line-height: 1.6;
    }
    
    h5 {
        font-size: 14px;
        line-height: 1.6;
    }
    
    h6 {
        font-size: 12px;
        line-height: 1.6;
    }
    
    .highlight {
    	color: #289dcc;
    }
    
    p { margin: 0 0 20px 0 }
    
        p img { margin: 0 }
    
    em { font-style: italic }
    
    strong { font-weight: bold }
    
    small { font-size: 80% }
    
    hr {
        border: solid #ddd;
        border-width: 1px 0 0;
        clear: both;
        margin: 10px 0 30px;
        height: 0;
    }
    
    pre {
        height: auto;
        font-family: Consolas, monospace;
        border: 1px solid #e2e2e2;
        background: #f7f7f7;
        padding: 20px 20px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin: 0 0 20px 0;
        overflow-x:auto;
        box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    }
    
    .hidden {  display: none !important }
  • Avatar de Desconocido

    Este foro de soporte es para blogs hospedados en WordPress.com. Si tu pregunta es acerca de un blog de WordPress que tú hospedas, encontrarás ayuda en el foro de WordPress.org.

    Si no entiendes la diferencia entre WordPress.com y WordPress.org, puedes encontrar esta información muy útil.

    Este es un mensaje automatizado.

  • El debate ‘Subir Fuente a wordpress’ está cerrado y no admite más respuestas.