nonocampa Posted May 1, 2012 Share Posted May 1, 2012 (edited) Hola Quiero en mi web una fuente q no es normal y debo cargazrla en la web para q se vea en todos lados igual <style type="text/css"> @font-face { font-family: buli; src: url("bradley_hand_itc_tt_bold.eot"); /* EOT file for IE */ } @font-face { font-family: buli; src: url("bradley_hand_itc_tt_bold.ttf"); /* TTF file for CSS3 browsers */ } </style> los ficheros .eot y .ttf , se guardan en el tema o en presta o en los dos las dos ? el código donde se pega, en el header del tema? gracias por las aclaraciones y la ayuda. salu2 Edited May 3, 2012 by nonocampa (see edit history) Link to comment Share on other sites More sharing options...
nonocampa Posted May 2, 2012 Author Share Posted May 2, 2012 nadie sabe nada ? Link to comment Share on other sites More sharing options...
nadie Posted May 3, 2012 Share Posted May 3, 2012 Hola Quiero en mi web una fuente q no es normal y debo cargazrla en la web para q se vea en todos lados igual <style type="text/css"> @font-face { font-family: buli; src: url("bradley_hand_itc_tt_bold.eot"); /* EOT file for IE */ } @font-face { font-family: buli; src: url("bradley_hand_itc_tt_bold.ttf"); /* TTF file for CSS3 browsers */ } </style> los ficheros .eot y .ttf , se guardan en el tema o en presta o en los dos las dos ? el código donde se pega, en el header del tema? gracias por las aclaraciones y la ayuda. salu2 Deberás guardarlos en la ruta correspondiente. Por ejemplo si colocaras la ruta asi en el global.css de tu plantilla: ../fonts/mi fuente.ttf Estas indicando que la fuente esta en themes/tuplantilla/fonts/mi fuente.ttf Link to comment Share on other sites More sharing options...
buhoc Posted May 3, 2012 Share Posted May 3, 2012 Hola Quiero en mi web una fuente q no es normal y debo cargazrla en la web para q se vea en todos lados igual <style type="text/css"> @font-face { font-family: buli; src: url("bradley_hand_itc_tt_bold.eot"); /* EOT file for IE */ } @font-face { font-family: buli; src: url("bradley_hand_itc_tt_bold.ttf"); /* TTF file for CSS3 browsers */ } </style> los ficheros .eot y .ttf , se guardan en el tema o en presta o en los dos las dos ? el código donde se pega, en el header del tema? gracias por las aclaraciones y la ayuda. salu2 Buenos días, La mejor manera de cargar la fuente es mediante el código que facilita "Google fonts". Si tu "Typo" se encuentra allí. Una vez tengamos el código "script" se carga en el "header.tpl" del thema, antes del cierre del head. Una vez tengas esto, hay que ajustar "font-family: la fuente en cuestión:" en "global.css", o dónde necesites. Un saludo. Link to comment Share on other sites More sharing options...
nadie Posted May 3, 2012 Share Posted May 3, 2012 Por cierto si puedes comprarlo, este modulo te vendrá bien: http://addons.prestashop.com/es/front-office-features/2560-module-cufon-fonts.html Link to comment Share on other sites More sharing options...
buhoc Posted May 3, 2012 Share Posted May 3, 2012 Tambien pudes leer este artículo: http://www.imaginanet.com/blog/como-utilizar-cualquier-fuente-tipografia-en-nuestra-pagina-web.html He mirado en Google fonts y no está la fuente que quieres instalar. Saludos. Link to comment Share on other sites More sharing options...
nonocampa Posted May 3, 2012 Author Share Posted May 3, 2012 Gracias Buho y Nadie por la ayuda. Ha sido muy ilustrativa. DSamos el tema por solucionado gracias de nuevo Link to comment Share on other sites More sharing options...
buhoc Posted May 3, 2012 Share Posted May 3, 2012 Gracias Buho y Nadie por la ayuda. Ha sido muy ilustrativa. DSamos el tema por solucionado gracias de nuevo Gracias a tí. Saludos 1 Link to comment Share on other sites More sharing options...
nadie Posted May 3, 2012 Share Posted May 3, 2012 Gracias Buho y Nadie por la ayuda. Ha sido muy ilustrativa. DSamos el tema por solucionado gracias de nuevo Gracias a usted! Por cierto, recuerda que estaremos en el foro para guiarte por este mundo! 1 Link to comment Share on other sites More sharing options...
nonocampa Posted May 4, 2012 Author Share Posted May 4, 2012 Un placer. Es con el theme Matrice, vaya temita mas jodido. salu2 Link to comment Share on other sites More sharing options...
Recommended Posts