-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfonts.css
27 lines (27 loc) · 873 Bytes
/
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
@font-face {
font-family: "Whyte Inktrap Light";
font-style: normal;
font-weight: normal;
font-display: swap;
src: url("/fonts/WhyteInktrap-Light.woff") format("woff"),
url("/fonts/WhyteInktrap-Light.woff2") format("woff2"),
url("/fonts/WhyteInktrap-Light.ttf") format("truetype");
}
@font-face {
font-family: "Whyte Inktrap Thin";
font-style: normal;
font-weight: normal;
font-display: swap;
src: url("/fonts/WhyteInktrap-Thin.woff") format("woff"),
url("/fonts/WhyteInktrap-Thin.woff2") format("woff2"),
url("/fonts/WhyteInktrap-Thin.ttf") format("truetype");
}
@font-face {
font-family: "Whyte Light";
font-style: normal;
font-weight: normal;
font-display: swap;
src: url("/fonts/whyte-light.woff") format("woff"),
url("/fonts/whyte-light.woff2") format("woff2"),
url("/fonts/whyte-light.ttf") format("truetype");
}