Skip to content

Commit 77ea4c4

Browse files
authored
feat: separate loading google font in root (#1295)
1 parent bbb8f68 commit 77ea4c4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

styles/root.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');
21
@import './colors/light.scss';
32
@import './colors/dark.scss';
43
@import './colors/social.scss';

styles/storybook/index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// stylelint-disable declaration-no-important
22

3+
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');
34
@import './common';
45
@import './palette';
56
@import './typography';

0 commit comments

Comments
 (0)