forked from kholmogorov27/chevron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
font.css
70 lines (64 loc) · 1.26 KB
/
font.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/* Onest (default font) */
@font-face {
font-family: 'Onest';
src: url('./fonts/Onest/OnestMedium.ttf');
}
@font-face {
font-family: 'Onest Bold';
src: url('./fonts/Onest/OnestExtraBold.ttf');
}
@font-face {
font-family: 'Onest Light';
src: url('./fonts/Onest/OnestThin.ttf');
}
:root {
--font: 'Onest Bold'
}
/* Blogger Sans */
/*
@font-face {
font-family: 'Blogger Sans';
src: url('./fonts/Blogger Sans/Blogger Sans Bold.ttf');
}
@font-face {
font-family: 'Blogger Sans Light';
src: url('./fonts/Blogger Sans/Blogger Sans Light.ttf.ttf');
}
*/
/* Uni Sans */
/*
@font-face {
font-family: 'Uni Sans';
src: url('./fonts/Uni Sans/Uni Sans Heavy.otf');
}
@font-face {
font-family: 'Uni Sans Light';
src: url('./fonts/Uni Sans/Uni Sans Thin.otf');
}
*/
/* Rubik */
/*
@font-face {
font-family: 'Rubik';
src: url('./fonts/Rubik/Rubik.ttf');
}
*/
/* Figtree */
/*
@font-face {
font-family: 'Figtree';
src: url('./fonts/Figtree/Figtree-VariableFont_wght.ttf');
}
@font-face {
font-family: 'Figtree';
src: url('./fonts/Figtree/Figtree-Italic-VariableFont_wght.ttf');
font-style: italic;
}
*/
/* Public Sans (Joy UI dependency) */
/*
@font-face {
font-family: 'Public Sans';
src: url('./fonts/Public Sans/PublicSans-Regular.ttf');
}
*/