布局修改 部分bug修复
This commit is contained in:
21
public/css/pingfang.css
Normal file
21
public/css/pingfang.css
Normal file
@@ -0,0 +1,21 @@
|
||||
@font-face {
|
||||
font-family: 'pingfang_semibold';
|
||||
font-weight: normal;
|
||||
src: url('pingfang/PingFang-Semibold.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'pingfang_medium';
|
||||
font-weight: normal;
|
||||
src: url('pingfang/pingfang-medium.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'pingfang_regular';
|
||||
font-weight: normal;
|
||||
src: url('pingfang/pingfang-regular.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'satoshi_light';
|
||||
font-weight: normal;
|
||||
/* src: url('pingfang/Satoshi-Light.ttf'), format('truetype'); */
|
||||
src: url('pingfang/pingfang-regular.ttf') format('truetype');
|
||||
}
|
||||
Reference in New Issue
Block a user