【发布时间】:2021-09-27 18:32:02
【问题描述】:
我正在尝试使用自定义 adobe 字体编辑我的 vimeo ott 网站。
我添加了以下内容:
@font-face {
font-family: din-condensed, sans-serif;
font-weight: 400;
font-style: normal;;
src: url(https://use.typekit.net/him0mtg.css);
}
.gigantic {
font-family: din-condensed, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 50px;
}
但它没有出现。我尝试将样式表 <link rel="stylesheet" href="https://use.typekit.net/him0mtg.css"> 添加到自定义 css 框的顶部,但它一直在自动删除。
任何帮助将不胜感激。
【问题讨论】: