-
Notifications
You must be signed in to change notification settings - Fork 1
/
fonts.css
51 lines (43 loc) · 1.05 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
45
46
47
48
49
50
51
@font-face {
font-family: "JetBrains Mono";
src: url("assets/JetBrainsMono-Regular.woff2");
}
@font-face {
font-family: "JetBrains Mono";
src: url("assets/JetBrainsMono-Bold.woff2");
font-weight: bold;
}
@font-face {
font-family: "Orange Typewriter";
src: url("assets/Orange Typewriter.ttf");
}
@font-face {
font-family: "Liberation Sans";
src: url("assets/LiberationSans-Regular.ttf");
}
@font-face {
font-family: "Liberation Sans";
src: url("assets/LiberationSans-Bold.ttf");
font-weight: bold;
}
@font-face {
font-family: "Liberation Sans";
src: url("assets/LiberationSans-BoldItalic.ttf");
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "Liberation Sans";
src: url("assets/LiberationSans-Italic.ttf");
font-style: italic;
}
@font-face {
font-family: "Dela Gothic One";
src: url("assets/DelaGothicOne-Regular.ttf");
font-style: italic;
}
@font-face {
font-family: "Varela Round";
src: url("assets/VarelaRound-Regular.ttf");
font-style: italic;
}