我正在尝试使用create-react-app样板导入本地字体

时间:2019-08-19 18:16:03

标签: css reactjs

我正在尝试显示和使用我在create-react-app中的CSS中使用@ font-face下载的本地字体

对于测试用例,我将其放在与组件相同的文件夹中,这就是我在CSS中所做的事情。文件名是MyFont.ttf

@font-face {
  font-family: 'MyFont';
  src: local('MyFont') , url(./font/MyFont.ttf) format('truetype');
}

以某种方式根本不显示,我不确定我能做什么。

How to add fonts to create-react-app based projects?

这是控制台中的错误:

  

无法解码下载的字体:http://localhost:3000/static/media/MyFont.89f13aea.ttf   OTS parsing error: overlapping tables

0 个答案:

没有答案