[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
|
// 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;
|
||||||
|
@ -32,7 +32,7 @@ body {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
font-size: 13pt;
|
font-size: 13pt;
|
||||||
font-family: 'Noto Sans CJK TC', sans-serif;
|
font-family: 'Noto Sans TC', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
#app {
|
#app {
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
// No need to import font; the fonts have been imported in App.vue
|
// No need to import font; the fonts have been imported in App.vue
|
||||||
// @import '@/assets/scss/font';
|
// @import '@/assets/scss/font';
|
||||||
|
|
||||||
$fontFamily: 'Noto Sans CJK TC', monospace;
|
|
||||||
|
|
||||||
#news-schedule {
|
#news-schedule {
|
||||||
position: relative;
|
position: relative;
|
||||||
max-width: 80vw;
|
max-width: 80vw;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user