25 lines
590 B
CSS
25 lines
590 B
CSS
|
|
@font-face {
|
||
|
|
font-family: 'zcoolqingkehuangyouti';
|
||
|
|
src: url('../font/zcoolqingkehuangyouti-Regular.ttf') format('truetype');
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: normal;
|
||
|
|
font-display: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Alibaba PuHuiTi R';
|
||
|
|
src: url('../font/Alibaba-PuHuiTi-R.ttf') format('truetype');
|
||
|
|
font-weight: 400;
|
||
|
|
font-style: normal;
|
||
|
|
font-display: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'AlimamaShuHeiTi';
|
||
|
|
src: url('../font/AlimamaShuHeiTi-Bold.ttf') format('truetype');
|
||
|
|
font-weight: 400;
|
||
|
|
font-style: normal;
|
||
|
|
font-display: auto;
|
||
|
|
}
|
||
|
|
|