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
Lo que te falta es asignar la fuente al body element:
body{
font-family: 'trebuchet_msregular';
}
Saludos,
Josue
Y dónde va eso Josué? No tengo idea
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
Si, es mejor:
https://kriesi.at/support/topic/custom-fonts/
Saludos,
Josue
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
Si, solo eso, si quieres pasarle variaciones, seria asi:
$fonts['PT Sans'] = ‘PT Sans:300,400,700′;
ok gracias, josue, lo pruebo