generated from maragudk/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtailwind.css
48 lines (43 loc) · 1.11 KB
/
tailwind.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
@tailwind base;
@tailwind components;
@tailwind utilities;
/*
100 Thin (Hairline)
200 Extra Light (Ultra Light)
300 Light
400 Normal (Regular)
500 Medium
600 Semi Bold (Demi Bold)
700 Bold
800 Extra Bold (Ultra Bold)
900 Black (Heavy)
950 Extra Black (Ultra Black)
*/
@font-face {
font-family: 'Charter';
src: url('/styles/charter_regular-webfont.woff2') format('woff2'),
url('/styles/charter_regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Charter';
src: url('/styles/charter_italic-webfont.woff2') format('woff2'),
url('/styles/charter_italic-webfont.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Charter';
src: url('/styles/charter_bold-webfont.woff2') format('woff2'),
url('/styles/charter_bold-webfont.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Charter';
src: url('/styles/charter_bold_italic-webfont.woff2') format('woff2'),
url('/styles/charter_bold_italic-webfont.woff') format('woff');
font-weight: bold;
font-style: italic;
}