We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150efe1 commit 7cd910dCopy full SHA for 7cd910d
_sass/fonts/inter.scss
@@ -0,0 +1,15 @@
1
+@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');
2
+
3
+body {
4
+ font-family: 'Inter', sans-serif;
5
+ line-height: 1.5;
6
+}
7
8
+h1, h2, h3, h4, h5, h6 {
9
+ font-family: "Inter", sans-serif;
10
+ font-weight: 600;
11
+ line-height: 1.2;
12
13
+h1{
14
+ font-size: 1.6rem!important;
15
assets/css/main.scss
@@ -1,7 +1,7 @@
---
-@use "fonts/default";
+@use "fonts/inter";
@use "base";
@use "modals";
@use 'photos';
0 commit comments