-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkoolaid012.css
More file actions
48 lines (43 loc) · 1.3 KB
/
koolaid012.css
File metadata and controls
48 lines (43 loc) · 1.3 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
:root {
/* Application-wide background, app-wide text color, app-wide font, app-wide text transform */
--ts-var-root-background: yellow;
--ts-var-root-color: #1d232f;
--ts-var-root-font-family: 'Arsenal SC', Poppins, sans-serif;
}
@font-face {
font-family: Arsenal SC;
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("https://fonts.gstatic.com/s/arsenalsc/v1/x3dlckLHea6e5BEtsfxibN0msgTvDQM.woff2") format("woff2");
}
@font-face {
font-family: Arsenal SC;
font-style: normal;
font-weight: 700;
font-display: swap;
src: url("https://fonts.gstatic.com/s/arsenalsc/v1/x3dmckLHea6e5BEtsfxiZGYDpynNACkxE2c.woff2") format("woff2");
}
@font-face {
font-family: Arsenal SC;
font-style: normal;
font-weight: 700;
font-display: swap;
src: url("https://fonts.gstatic.com/s/arsenalsc/v1/x3dlckLHea6e5BEtsfxibNAmsgTvDQMLGg.woff2") format("woff2");
}
@font-face {
font-family: "Poppins";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2)
format("woff2");
}
@font-face {
font-family: "Poppins";
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2)
format("woff2");
}