Skip to content

Commit 8035160

Browse files
authored
Add Noto Sans font
1 parent 97d7e09 commit 8035160

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/main.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5828,4 +5828,8 @@ html {
58285828
font-display: swap;
58295829
}
58305830

5831-
5831+
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
5832+
5833+
.noto-sans {
5834+
font-family: 'Noto Sans', sans-serif !important;
5835+
}

0 commit comments

Comments
 (0)