-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.css
49 lines (43 loc) · 1011 Bytes
/
base.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
@font-face {
font-family: 'Diatype';
src: url('/fonts/diatype/diatype-regular.woff2') format('woff2');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Diatype';
src: url('/fonts/diatype/diatype-regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Diatype';
src: url('/fonts/diatype/diatype-medium.woff2') format('woff2');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Marche';
src: url('/fonts/marche/marche-super-pro.woff2') format('woff2');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Fira Code';
src: url('/fonts/fira-code/FiraCode-Retina.woff2') format('woff2');
font-weight: 450;
font-style: normal;
}
@font-face {
font-family: 'Fira Code';
src: url('/fonts/fira-code/FiraCode-Medium.woff2') format('woff2');
font-weight: 500;
font-style: normal;
}
#splash-screen {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}