zhao/public/css/zhao.css

14 lines
164 B
CSS
Raw Normal View History

2022-09-07 08:10:22 +00:00
@font-face {
font-family: '方正书宋';
src: url('/fonts/方正书宋.ttf');
}
2022-09-07 08:24:28 +00:00
html,
body {
height: 100%;
}
2022-09-07 08:10:22 +00:00
body {
font-family: 方正书宋;
}