Skip to content

Commit 7cd910d

Browse files
committed
font inter
1 parent 150efe1 commit 7cd910d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

_sass/fonts/inter.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
---
33

4-
@use "fonts/default";
4+
@use "fonts/inter";
55
@use "base";
66
@use "modals";
77
@use 'photos';

0 commit comments

Comments
 (0)