增加 字体CSS

This commit is contained in:
LyLme 2022-03-04 18:34:17 +08:00
parent 0b2b6fa3ca
commit 7079d57997
1 changed files with 3 additions and 0 deletions

3
assets/css/font.css Normal file
View File

@ -0,0 +1,3 @@
@font-face{font-family:"Micro";src:url('MicroExtendFLF.ttf')}
#show_time{font-family:"Micro";text-align:center;font-weight:bold;font-size:30px;color:#fff;text-shadow:1px 1px 2px #000}
#show_date{text-align:center;font-size:16px;color:#fff;font-weight:bold;margin:10px}