字体
This commit is contained in:
parent
2635edda7b
commit
4b41196531
|
|
@ -13,9 +13,17 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
/* 引入自定义字体 */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'DreamHanSerif';
|
||||||
|
src: url('/static/fonts/DreamHanSerifCN-W13.ttf') format('truetype');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
/* 全局基础样式 */
|
/* 全局基础样式 */
|
||||||
page {
|
page {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
font-family: 'DreamHanSerif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background-color: #f8f8f8;
|
background-color: #f8f8f8;
|
||||||
|
|
|
||||||
BIN
mobile/static/fonts/DreamHanSerifCN-W13.ttf
Normal file
BIN
mobile/static/fonts/DreamHanSerifCN-W13.ttf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user