- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfont.css
More file actions
Latest commit
49 lines (46 loc) · 1.27 KB
/
Copy pathfont.css
File metadata and controls
49 lines (46 loc) · 1.27 KB
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
.geist {
@font-face {
font-family:'Geist';
src:url('assets/Geist/ttf/Geist-Light.ttf') format('truetype');
font-weight:700;
font-style: normal;
font-display: swap;
}
font-family:'Geist', sans-serif;
font-weight:700;
}
.geist-bold {
@font-face {
font-family:'Geist Bold';
src:url('assets/Geist/ttf/Geist-Bold.ttf') format('truetype');
font-weight:700;
font-style: normal;
font-display: swap;
}
font-family:'Geist Bold', sans-serif;
font-weight:700;
}
.geist-extra-bold {
@font-face {
font-family:'Geist Extra Bold';
src:url('assets/Geist/ttf/Geist-ExtraBold.ttf') format('truetype');
font-weight:700;
font-style: normal;
font-display: swap;
}
font-family:'Geist Extra Bold', sans-serif;
font-weight:1000;
font-size: larger;
}
.geist-normal {
@font-face {
font-family:'Geist Extra Bold';
src:url('assets/Geist/ttf/Geist-ExtraBold.ttf') format('truetype');
font-weight:700;
font-style: normal;
font-display: swap;
}
font-family:'Geist Extra Bold', sans-serif;
font-weight:600;
color:rgb(222,222,222);
}