-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglobal.css
More file actions
41 lines (37 loc) · 975 Bytes
/
global.css
File metadata and controls
41 lines (37 loc) · 975 Bytes
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
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
* {
@apply font-suit-regular;
@apply font-suit-extrabold;
}
}
@font-face {
font-family: "SUIT-Regular";
src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2")
format("woff2");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "SUIT-ExtraBold";
src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2")
format("woff2");
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: "SUIT-Bold";
src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2")
format("woff2");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "SUIT-Light";
src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2")
format("woff2");
font-weight: 200;
font-style: normal;
}