Skip to content

Commit 466b642

Browse files
committed
Fix fonts
1 parent 3dfc132 commit 466b642

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/index.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
@use './colors';
2-
@import 'https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap';
3-
2+
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
43

54
body {
65
--border-radius-s: 5px;

0 commit comments

Comments
 (0)