-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAegean.css
49 lines (48 loc) · 1.19 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
42
43
44
45
46
47
48
@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(NotoSansLinearA-LinearB.ttf) format('truetype');
}
@font-face {
font-family: 'Noto Sans Linear B';
font-style: normal;
font-weight: 400;
src: url(NotoSansLinearB-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Noto Mono';
font-style: normal;
font-weight: 400;
src: url(NotoMono-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Noto Symbols';
font-style: normal;
font-weight: 400;
src: url(NotoSansSymbols2-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Routed';
font-style: normal;
font-weight: 400;
src: url(routed-gothic.ttf) format('truetype');
}
@font-face {
font-family: 'Routed Wide';
font-style: normal;
font-weight: 400;
src: url(NationalPark-Thin.otf) format('truetype');
}
@font-face {
font-family: 'GFS Didot';
font-style: normal;
font-weight: 400;
src: local('GFS Didot Regular'), local('GFSDidot-Regular'), url(GFSDidot.ttf) format('truetype');
}