[Fix] Duplicated font import

This commit is contained in:
hyperbola
2021-01-19 18:41:55 +08:00
parent eae16f4262
commit 61338668da

View File

@@ -1,7 +1,8 @@
$fontColor: #226bb4; // added to solve unnamed color error $fontColor: #226bb4; // added to solve unnamed color error
//import google font // import google font
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700;900&display=swap"); // This font has been imported in main.scss linked to App.vue; no need to import
// @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700;900&display=swap");
//my variable //my variable
$color-pale-grey: #f0f7fd; $color-pale-grey: #f0f7fd;