-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathtext.css
57 lines (43 loc) · 1.33 KB
/
text.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
@font-face
{
font-family: "Cantarell-VF";
font-weight: 100 900;
font-display: swap;
font-style: normal;
font-named-instance: "Regular";
src: url("https://steamloopback.host/adwaita/fonts/cantarell/cantarell-vf.otf") format("opentype");
}
:root
{
--adw-text-font: "Cantarell-VF", "Cantarell", "Noto Sans", "Motiva Sans", Arial, Helvetica, sans-serif;
--adw-text-base-size: 15px;
--adw-text-base-weight: 400;
--adw-text-largetitle-size: 24px;
--adw-text-largetitle-weight: 300;
--adw-text-title1-size: 20px;
--adw-text-title1-weight: 800;
--adw-text-title2-size: 15px;
--adw-text-title2-weight: 800;
--adw-text-title3-size: 14px;
--adw-text-title3-weight: 700;
--adw-text-title4-size: 13px;
--adw-text-title4-weight: 700;
--adw-text-header-size: 14px;
--adw-text-header-weight: 700;
--adw-text-label-size: 15px;
--adw-text-label-weight: 400;
--adw-text-link-size: 14px;
--adw-text-link-weight: 700;
--adw-text-subtitle-size: 13px;
--adw-text-subtitle-weight: 400;
--adw-text-row-title-size: 15px;
--adw-text-row-title-weight: 400;
--adw-text-row-subtitle-size: 12px;
--adw-text-row-subtitle-weight: 400;
--adw-text-menu-size: 14px;
--adw-text-menu-weight: 400;
--adw-text-gamelist-size: 14px;
--adw-text-gamelist-weight: 400;
--adw-text-gamelist-section-size: 14px;
--adw-text-gamelist-section-weight: 700;
}