Use noto-sans from fontsource
This commit is contained in:
parent
d02702f7fb
commit
ba28267345
15 changed files with 5910 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue