We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14a76a commit e1b7580Copy full SHA for e1b7580
src/core/_root.scss
@@ -68,7 +68,7 @@
68
* Visit https://fonts.google.com and select one to your liking.
69
* Now just follow this tutorial: https://imgur.com/a/CNbw7xC
70
*/
71
- --font: 'Whitney';
+ --font: 'gg sans';
72
73
/*
74
* ~~DO NOT TOUCH~~
src/theme/app/_font.scss
@@ -4,5 +4,5 @@ button,
4
input,
5
select,
6
textarea {
7
- font-family: var(--font, 'Whitney');
+ font-family: var(--font, 'gg sans');
8
}
0 commit comments