Skip to content

Commit 4255470

Browse files
committed
fixed import
1 parent 2a57a48 commit 4255470

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/App.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
//importing needs
2-
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
32
@use "variables";
43
@use "keyframes";
54
@use "styles/pages/home";
65
@use "styles/components/fixed-backg";
76

7+
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
8+
89
@font-face {
910
font-family: "sansation";
1011
src: url(styles/fonts/Sansation_Regular.ttf);

0 commit comments

Comments
 (0)