Skip to content

Commit e1b7580

Browse files
committed
Fixed for new font
1 parent a14a76a commit e1b7580

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core/_root.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
* Visit https://fonts.google.com and select one to your liking.
6969
* Now just follow this tutorial: https://imgur.com/a/CNbw7xC
7070
*/
71-
--font: 'Whitney';
71+
--font: 'gg sans';
7272

7373
/*
7474
* ~~DO NOT TOUCH~~

src/theme/app/_font.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ button,
44
input,
55
select,
66
textarea {
7-
font-family: var(--font, 'Whitney');
7+
font-family: var(--font, 'gg sans');
88
}

0 commit comments

Comments
 (0)