css React App中的本地字体

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css React App中的本地字体相关的知识,希望对你有一定的参考价值。

@font-face {
 font-family: 'Sagoma-Regular';
 src: url('./fonts/Sagoma-Regular.otf') format('opentype');
 font-weight: normal;
 font-style: normal;
}

h1 {
font-family: 'Sagoma-Regular'
}

以上是关于css React App中的本地字体的主要内容,如果未能解决你的问题,请参考以下文章

如何在基于create-react-app的项目中添加字体?

create-react-app中css module无效的解决办法

React+Webpack项目中使用Iconfont字体图标

uni-app 引入字体

react+webpack 引入字体图标

uni-app微信小程序开发添加iconfont图标字体