main
css 31 lines 689 Bytes
Raw
1 @font-face {
2 font-family: "Rubik";
3 font-style: normal;
4 font-weight: 300 900;
5 font-display: swap;
6 src: url("./rubik-variable.ttf") format("truetype");
7 }
8
9 @font-face {
10 font-family: "Rubik";
11 font-style: italic;
12 font-weight: 300 900;
13 font-display: swap;
14 src: url("./rubik-italic-variable.ttf") format("truetype");
15 }
16
17 @font-face {
18 font-family: "Roboto Mono";
19 font-style: normal;
20 font-weight: 100 700;
21 font-display: swap;
22 src: url("./roboto-mono-variable.ttf") format("truetype");
23 }
24
25 @font-face {
26 font-family: "Roboto Mono";
27 font-style: italic;
28 font-weight: 100 700;
29 font-display: swap;
30 src: url("./roboto-mono-italic-variable.ttf") format("truetype");
31 }