blob: 2096864682a0749a4ed01c175635291e3fa027fd (
plain) (
blame)
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
|
@font-face {
font-display: swap;
font-family: "inc mono";
font-style: normal;
font-weight: 400;
src: url("../type/400.woff2") format("woff2");
}
@font-face {
font-display: swap;
font-family: "inc mono";
font-style: italic;
font-weight: 400;
src: url("../type/400i.woff2") format("woff2");
}
@font-face {
font-display: swap;
font-family: "inc mono";
font-style: normal;
font-weight: 600;
src: url("../type/600.woff2") format("woff2");
}
@font-face {
font-display: swap;
font-family: "inc mono";
font-style: italic;
font-weight: 600;
src: url("../type/600i.woff2") format("woff2");
}
|