perf: 引用自定义字体

This commit is contained in:
陈劲松
2020-02-11 17:09:45 +08:00
parent ad560a5206
commit 0bc8516433

View File

@@ -10,8 +10,11 @@
* {
margin: 0;
padding: 0;
font-family: NotoSans;
}
body{
@font-face {
font-family: 'NotoSans'; /*字体名称*/
src: url('./font/NotoSansSC-6.ttf');
}
</style>
</head>