[Fix] missing webfont
Noto Sans CJK TC -> Noto Sans TC
This commit is contained in:
parent
d464b744b0
commit
7d39634587
@ -3,7 +3,7 @@
|
||||
// varible declare
|
||||
$fontColor: white;
|
||||
$backgroundColor: #1f4163;
|
||||
$fontFamily: 'Noto Sans CJK TC', monospace;
|
||||
$fontFamily: 'Noto Sans TC', monospace;
|
||||
|
||||
@mixin fontSize() {
|
||||
font-size: 14pt;
|
||||
|
@ -32,7 +32,7 @@ body {
|
||||
flex-direction: column;
|
||||
|
||||
font-size: 13pt;
|
||||
font-family: 'Noto Sans CJK TC', sans-serif;
|
||||
font-family: 'Noto Sans TC', sans-serif;
|
||||
}
|
||||
|
||||
#app {
|
||||
|
@ -4,8 +4,6 @@
|
||||
// No need to import font; the fonts have been imported in App.vue
|
||||
// @import '@/assets/scss/font';
|
||||
|
||||
$fontFamily: 'Noto Sans CJK TC', monospace;
|
||||
|
||||
#news-schedule {
|
||||
position: relative;
|
||||
max-width: 80vw;
|
||||
|
Loading…
x
Reference in New Issue
Block a user