[Fix] missing webfont

Noto Sans CJK TC -> Noto Sans TC
This commit is contained in:
Tony Yang 2021-02-02 13:30:59 +08:00
parent d464b744b0
commit 7d39634587
Signed by: t510599
GPG Key ID: D88388851C28715D
3 changed files with 2 additions and 4 deletions

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;

View File

@ -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 {

View File

@ -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;