Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #274243

    I tryed to use font face, but is not showing up, i put de code in custom css, i am using child theme, uploaded the files into fonts folder

    @font-face {
    font-family: ‘trebuchet_msregular’;
    src: url(fonts/trebuchet_ms.eot’);
    src: url(‘fonts/trebuchet_ms.eot?#iefix’) format(’embedded-opentype’),
    url(‘fonts/trebuchet_ms.woff’) format(‘woff’),
    url(‘fonts/trebuchet_ms.ttf’) format(‘truetype’),
    url(‘fonts/trebuchet_ms.svg#trebuchet_msregular’) format(‘svg’);
    font-weight: normal;
    font-style: normal;

    }

    if is not posible for any reason how i use / other google that is not in the drop down in the theme options

    #274267

    Lo que te falta es asignar la fuente al body element:

    body{
        font-family: 'trebuchet_msregular';
    }

    Saludos,
    Josue

    #274291

    Y dónde va eso Josué? No tengo idea

    #274299

    lo puse encima de todo y funcionó pero cambio la tipo por una times new roman.
    voy air por el otro camino, encontré una google font que me puede servir pero no está en la lista de fuentes del drop down en theme options como la incluyo? Me parece que va a ser mas simple y seguro

    #274368

    Si, es mejor:
    https://kriesi.at/support/topic/custom-fonts/

    Saludos,
    Josue

    #274378

    Sólo eso josué? no tengo que integrar nada de lo que dice acá? Digo poner esos códigos?
    http://www.google.com/fonts#UsePlace:use/Collection:PT+Sans

    #274380

    Si, solo eso, si quieres pasarle variaciones, seria asi:

    $fonts['PT Sans'] = ‘PT Sans:300,400,700′;
    
    #274387

    ok gracias, josue, lo pruebo

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘fonts not showing’ is closed to new replies.