【发布时间】:2013-03-22 12:54:26
【问题描述】:
我正在尝试开发一个 magento 主题,除了一个,我想在我的 magento 主题中使用自定义字体,字体是“eurostilebold”,我试过我做核心 php,就像我把字体文件放在字体文件夹中并将字体文件夹放入
D:\xampp\htdocs\clothing_site\skin\frontend\default\gwcc\
这个目录。 现在我在我的 css 中使用那个字体系列并像这样调用:
@font-face {
font-family: 'eurostile_extended_2regular';
src: url('fonts/eurostile_extended_2-webfont.eot');
我想知道如何在 magento 中使用任何自定义下载的字体系列,任何帮助将不胜感激,在此先感谢,在此先感谢。
【问题讨论】:
-
如果您想使用 Google 网络字体,请阅读这篇文章:themes-mgnto.com/blog/post/view/identifier/…
标签: magento css fonts font-face