blob: d5d1eef7883b069fb282fb92926dd68b81e6dc61 (
plain)
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-family: "Alegreya";
src:
url("../fonts/AlegreyaSans-Regular.otf") format("opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Archistico";
src:
url("../fonts/Archistico_Simple.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "FiraCode";
src:
url("../fonts/FiraCode-Regular.otf") format("opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Overlock";
src:
url("../fonts/Overlock-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
|