@@ 6,13 6,7 @@
Typography
========================================================================== */
-@font-face {
- font-family: 'Noto Sans TC';
- font-style: normal;
- src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format('woff2'),
- url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format('woff'),
- url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format('opentype');
-}
+@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300&display=swap');
$doc-font-size: 16 !default;
@@ 22,8 16,7 @@ $indent-var: 1em !default;
/* system typefaces */
$serif: Georgia, Times, serif !default;
-$sans-serif: 'Noto Sans TC', -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI",
- "Helvetica Neue", "Lucida Grande", Arial, sans-serif !default;
+$sans-serif: 'Noto Sans TC', sans-serif !default;
$monospace: Monaco, Consolas, "Lucida Console", monospace !default;
/* sans serif typefaces */