gpt4 book ai didi

css - 为什么我的 TypeKit 字体没有显示?

转载 作者:太空宇宙 更新时间:2023-11-03 18:20:31 25 4
gpt4 key购买 nike

我使用的 TypeKit 字体叫做“museo”。而且它似乎没有加载或显示在我的实时网站上。

我已将这两行添加到我的 application.html.erb

  <script type="text/javascript" src="//use.typekit.net/ayn8han.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>

还有我的 CSS:

@font-face {
font-family: "museo",'ProximaNovaRegular',serif;
src: url("<%= font_path('proximanova-regular-webfont.eot') %>");
src: url("<%= font_path('proximanova-regular-webfont.eot') %>") format('embedded-opentype'),
url("<%= font_path('proximanova-regular-webfont.woff') %>") format('woff'),
url("<%= font_path('proximanova-regular-webfont.ttf') %>") format('truetype'),
url("<%= font_path('proximanova-regular-webfont.svg#ProximaNovaRegular') %>") format('svg');
}

@font-face {
font-family: "museo",'ProximaNovaBold', serif;
src: url('<%= font_path('proximanova-bold-webfont.eot') %>');
src: url('<%= font_path('proximanova-bold-webfont.eo') %>t') format('embedded-opentype'),
url('<%= font_path('proximanova-bold-webfont.woff') %>') format('woff'),
url('<%= font_path('proximanova-bold-webfont.ttf') %>') format('truetype'),
url('<%= font_path('proximanova-bold-webfont.svg#ProximaNovaBold') %>') format('svg');
}

我在这里做错了什么?

最佳答案

我知道这可能是最基本的答案,但您是否检查过“套件设置”并确保您的域名拼写正确?

关于css - 为什么我的 TypeKit 字体没有显示?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21942848/

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