[Fix] missing font

`Noto Sans CJK TC` -> `Noto Sans TC`
This commit is contained in:
Tony Yang 2021-01-20 17:58:17 +08:00
parent b640444a0e
commit 0895a6fc64
Signed by: t510599
GPG Key ID: D88388851C28715D
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// import web font // import web font
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700;900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700;900&display=swap");
$fontFamily: Noto Sans CJK TC, monospace; $fontFamily: Noto Sans TC, monospace;

View File

@ -3,7 +3,7 @@
// varible declare // varible declare
$fontColor: white; $fontColor: white;
$backgroundColor: #1f4163; $backgroundColor: #1f4163;
$fontFamily: Noto Sans CJK TC, monospace; $fontFamily: Noto Sans TC, monospace;
@mixin fontSize() { @mixin fontSize() {
font-size: 14pt; font-size: 14pt;