Skip to content

Commit 240000e

Browse files
committed
style: Change font from "SM Sans" to "Noto Sans"
1 parent dd239e0 commit 240000e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/.vuepress/theme/styles/_typography.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$font-family: 'DM Sans', 'Helvetica Neue', Roboto, 'Segoe UI', Arial, Geneva;
1+
$font-family: 'Noto Sans', 'Helvetica Neue', Roboto, 'Segoe UI', Arial, Geneva;
22

33
/* Open Dyslexic */
44
@font-face {
@@ -27,20 +27,20 @@ $font-family: 'DM Sans', 'Helvetica Neue', Roboto, 'Segoe UI', Arial, Geneva;
2727
font-display: swap;
2828
}
2929

30-
/* DM Sans - latin */
3130
@font-face {
32-
font-family: 'DM Sans';
31+
font-family: 'Noto Sans';
3332
font-style: normal;
3433
font-weight: 400;
3534
font-display: swap;
36-
src: local('DM Sans Regular'), local('DMSans-Regular'), url(https://fonts.gstatic.com/s/dmsans/v5/rP2Hp2ywxg089UriCZOIHQ.woff2) format('woff2');
35+
src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v9/o-0IIpQlx3QUlC5A4PNr5TRA.woff2) format('woff2');
3736
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
3837
}
38+
3939
@font-face {
40-
font-family: 'DM Sans';
40+
font-family: 'Noto Sans';
4141
font-style: normal;
4242
font-weight: 700;
4343
font-display: swap;
44-
src: local('DM Sans Bold'), local('DMSans-Bold'), url(https://fonts.gstatic.com/s/dmsans/v5/rP2Cp2ywxg089UriASitCBimCw.woff2) format('woff2');
44+
src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v9/o-0NIpQlx3QUlC5A4PNjXhFVZNyB.woff2) format('woff2');
4545
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
4646
}

0 commit comments

Comments
 (0)