19 lines
298 B
CSS
19 lines
298 B
CSS
@font-face {
|
|
font-family: '黑体';
|
|
src: url('/static/font/MyFont.ttf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Times New Roman';
|
|
src: url('/static/font/Times-New-Romance-1.ttf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: '宋体';
|
|
src: url('/static/font/ZiTiGuanJiaFangSongTi-2.ttf');
|
|
}
|
|
|
|
* {
|
|
line-height: 1.5;
|
|
}
|