Use noto-sans from fontsource

This commit is contained in:
Bill Thornton 2020-12-14 15:37:26 -05:00
parent d02702f7fb
commit ba28267345
15 changed files with 5910 additions and 7 deletions

View file

@ -1,5 +1,7 @@
@import "../../styles/noto-sans/index.scss";
@mixin font($weight: null, $size: null) {
font-family: "Noto Sans", sans-serif;
font-family: "Noto Sans", "Noto Sans HK", "Noto Sans JP", "Noto Sans KR", "Noto Sans SC", sans-serif;
font-weight: $weight;
font-size: $size;
}