-
-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathInter.css
More file actions
36 lines (34 loc) · 1.12 KB
/
Inter.css
File metadata and controls
36 lines (34 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
@font-face {
font-family: "Inter";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(../webfonts/Inter/Inter-normal-400);
src:
local("Inter"),
url(../webfonts/Inter/Inter-normal-400.ttf) format("truetype"),
url(../webfonts/Inter/Inter-normal-400.woff2) format("woff2"),
url(../webfonts/Inter/Inter-normal-400.woff) format("woff"),
url(../webfonts/Inter/Inter-normal-400.svg#Inter) format("svg"),
url(../webfonts/Inter/Inter-normal-400?#iefix) format("embedded-opentype");
}
@font-face {
font-family: "Inter";
font-style: normal;
font-weight: 500;
font-display: swap;
src:
url(../webfonts/Inter/Inter-normal-500.ttf) format("truetype"),
url(../webfonts/Inter/Inter-normal-500.woff2) format("woff2"),
url(../webfonts/Inter/Inter-normal-500.woff) format("woff");
}
@font-face {
font-family: "Inter";
font-style: normal;
font-weight: 600;
font-display: swap;
src:
url(../webfonts/Inter/Inter-normal-600.ttf) format("truetype"),
url(../webfonts/Inter/Inter-normal-600.woff2) format("woff2"),
url(../webfonts/Inter/Inter-normal-600.woff) format("woff");
}