[Fix] missing font
`Noto Sans CJK TC` -> `Noto Sans TC`
This commit is contained in:
parent
b640444a0e
commit
0895a6fc64
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user