We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a57a48 commit 4255470Copy full SHA for 4255470
src/App.scss
@@ -1,10 +1,11 @@
1
//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");
3
@use "variables";
4
@use "keyframes";
5
@use "styles/pages/home";
6
@use "styles/components/fixed-backg";
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
+
9
@font-face {
10
font-family: "sansation";
11
src: url(styles/fonts/Sansation_Regular.ttf);
0 commit comments