-
Notifications
You must be signed in to change notification settings - Fork 3
/
fonts.css
44 lines (40 loc) · 1.19 KB
/
fonts.css
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
37
38
39
40
41
42
43
44
@font-face {
font-family: "Millik";
font-weight: 700;
font-display: swap;
font-style: normal;
src: url("./fonts/Millik.woff2") format("woff2"), url("./fonts/Millik.woff")
format("woff");
}
@font-face {
font-family: "GroteskSemi";
font-weight: 400;
font-display: swap;
font-style: normal;
src: url("./fonts/ABCMonumentGroteskSemi-Mono-Regular.woff2") format("woff2"),
url("./fonts/ABCMonumentGroteskSemi-Mono-Regular.woff") format("woff");
}
@font-face {
font-family: "GroteskSemi";
font-weight: 500;
font-display: swap;
font-style: normal;
src: url("./fonts/ABCMonumentGroteskSemi-Mono-Medium.woff2") format("woff2"),
url("./fonts/ABCMonumentGroteskSemi-Mono-Medium.woff") format("woff");
}
@font-face {
font-family: "GroteskSemi";
font-weight: 700;
font-display: swap;
font-style: normal;
src: url("./fonts/ABCMonumentGroteskSemi-Mono-Bold.woff2") format("woff2"),
url("./fonts/ABCMonumentGroteskSemi-Mono-Bold.woff") format("woff");
}
@font-face {
font-family: "Whyte";
font-weight: 100 900;
font-display: swap;
font-style: normal;
src: url("./fonts/ABCWhyteVariable.woff2") format("woff2"),
url("./fonts/ABCWhyteVariable.woff") format("woff");
}