-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathAegean.css
41 lines (41 loc) · 1.05 KB
/
Aegean.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
@font-face {
font-family: 'Aegean';
font-style: normal;
font-weight: 400;
src: local('Aegean Regular'), local('Aegean-Regular') format('truetype');
}
@font-face {
font-family: 'Noto Sans Linear A and B';
font-style: normal;
font-weight: 400;
src: url(assets/NotoSansLinearA-LinearB.ttf) format('truetype');
}
@font-face {
font-family: 'Noto Mono';
font-style: normal;
font-weight: 400;
src: url(assets/NotoMono-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Noto Symbols';
font-style: normal;
font-weight: 400;
src: url(assets/NotoSansSymbols2-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Routed';
font-style: normal;
font-weight: 400;
src: url(assets/routed-gothic.ttf) format('truetype');
}
@font-face {
font-family: 'Routed Wide';
font-style: normal;
font-weight: 400;
src: url(assets/NationalPark-Thin.otf) format('truetype');
}
@font-face {
font-family: 'JetBrains';
font-style: normal;
font-weight: 400;
src: url(assets/JetBrainsMono-VariableFont_wght.ttf) format('truetype');