gpt4 book ai didi

magento - 我如何在 magento 中为我的主题使用自定义字体?

转载 作者:行者123 更新时间:2023-11-28 10:53:52 24 4
gpt4 key购买 nike

我正在尝试开发一个 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 中使用任何自定义下载的字体系列,如有任何帮助,我们将不胜感激,在此先感谢,在此先感谢。

最佳答案

@font-face {
font-family: 'Adobe Garamond Regular';

src: url('../fonts/Adobe Garamond Regular.eot');
src: url('../fonts/Adobe Garamond Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/Adobe Garamond Regular.woff') format('woff'),
url('../fonts/AGaramondPro-Regular.otf') format('otf'),
url('../fonts/Adobe Garamond Regular.ttf') format('truetype'),
url('../fonts/Adobe Garamond Regular.svg#Adobe Garamond Regular') format('svg');
font-weight: normal;
font-style: normal;

}

body{ font-family:'Adobe Garamond Regular'; } //added to code

关于magento - 我如何在 magento 中为我的主题使用自定义字体?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15570860/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com