1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,98 @@ |
1 |
+/** |
|
2 |
+* This is a variable font |
|
3 |
+* You can controll variable axes as shown below: |
|
4 |
+* font-variation-settings: 'wght' 800.0; |
|
5 |
+* |
|
6 |
+* available axes: |
|
7 |
+ |
|
8 |
+* 'wght' (range from 100.0 to 800.0) |
|
9 |
+ |
|
10 |
+*/ |
|
11 |
+ |
|
12 |
+@font-face { |
|
13 |
+ font-family: 'Supreme'; |
|
14 |
+ src: url('../_fonts/supreme/font/Supreme-Variable.woff2') format('woff2'), |
|
15 |
+ url('../_fonts/supreme/font/Supreme-Variable.woff') format('woff'), |
|
16 |
+ url('../_fonts/supreme/font/Supreme-Variable.ttf') format('truetype'); |
|
17 |
+ font-weight: 100 800; |
|
18 |
+ font-display: swap; |
|
19 |
+ font-style: normal; |
|
20 |
+} |
|
21 |
+ |
|
22 |
+ |
|
23 |
+@font-face { |
|
24 |
+ font-family: 'Supreme'; |
|
25 |
+ src: url('../_fonts/supreme/font/Supreme-Thin.woff2') format('woff2'), |
|
26 |
+ url('../_fonts/supreme/font/Supreme-Thin.woff') format('woff'), |
|
27 |
+ url('../_fonts/supreme/font/Supreme-Thin.ttf') format('truetype'); |
|
28 |
+ font-weight: 100; |
|
29 |
+ font-display: swap; |
|
30 |
+ font-style: normal; |
|
31 |
+} |
|
32 |
+ |
|
33 |
+ |
|
34 |
+@font-face { |
|
35 |
+ font-family: 'Supreme'; |
|
36 |
+ src: url('../_fonts/supreme/font/Supreme-Extralight.woff2') format('woff2'), |
|
37 |
+ url('../_fonts/supreme/font/Supreme-Extralight.woff') format('woff'), |
|
38 |
+ url('../_fonts/supreme/font/Supreme-Extralight.ttf') format('truetype'); |
|
39 |
+ font-weight: 200; |
|
40 |
+ font-display: swap; |
|
41 |
+ font-style: normal; |
|
42 |
+} |
|
43 |
+ |
|
44 |
+ |
|
45 |
+@font-face { |
|
46 |
+ font-family: 'Supreme'; |
|
47 |
+ src: url('../_fonts/supreme/font/Supreme-Light.woff2') format('woff2'), |
|
48 |
+ url('../_fonts/supreme/font/Supreme-Light.woff') format('woff'), |
|
49 |
+ url('../_fonts/supreme/font/Supreme-Light.ttf') format('truetype'); |
|
50 |
+ font-weight: 300; |
|
51 |
+ font-display: swap; |
|
52 |
+ font-style: normal; |
|
53 |
+} |
|
54 |
+ |
|
55 |
+ |
|
56 |
+@font-face { |
|
57 |
+ font-family: 'Supreme'; |
|
58 |
+ src: url('../_fonts/supreme/font/Supreme-Regular.woff2') format('woff2'), |
|
59 |
+ url('../_fonts/supreme/font/Supreme-Regular.woff') format('woff'), |
|
60 |
+ url('../_fonts/supreme/font/Supreme-Regular.ttf') format('truetype'); |
|
61 |
+ font-weight: 400; |
|
62 |
+ font-display: swap; |
|
63 |
+ font-style: normal; |
|
64 |
+} |
|
65 |
+ |
|
66 |
+ |
|
67 |
+@font-face { |
|
68 |
+ font-family: 'Supreme'; |
|
69 |
+ src: url('../_fonts/supreme/font/Supreme-Medium.woff2') format('woff2'), |
|
70 |
+ url('../_fonts/supreme/font/Supreme-Medium.woff') format('woff'), |
|
71 |
+ url('../_fonts/supreme/font/Supreme-Medium.ttf') format('truetype'); |
|
72 |
+ font-weight: 500; |
|
73 |
+ font-display: swap; |
|
74 |
+ font-style: normal; |
|
75 |
+} |
|
76 |
+ |
|
77 |
+ |
|
78 |
+@font-face { |
|
79 |
+ font-family: 'Supreme'; |
|
80 |
+ src: url('../_fonts/supreme/font/Supreme-Bold.woff2') format('woff2'), |
|
81 |
+ url('../_fonts/supreme/font/Supreme-Bold.woff') format('woff'), |
|
82 |
+ url('../_fonts/supreme/font/Supreme-Bold.ttf') format('truetype'); |
|
83 |
+ font-weight: 700; |
|
84 |
+ font-display: swap; |
|
85 |
+ font-style: normal; |
|
86 |
+} |
|
87 |
+ |
|
88 |
+ |
|
89 |
+@font-face { |
|
90 |
+ font-family: 'Supreme'; |
|
91 |
+ src: url('../_fonts/supreme/font/Supreme-Extrabold.woff2') format('woff2'), |
|
92 |
+ url('../_fonts/supreme/font/Supreme-Extrabold.woff') format('woff'), |
|
93 |
+ url('../_fonts/supreme/font/Supreme-Extrabold.ttf') format('truetype'); |
|
94 |
+ font-weight: 800; |
|
95 |
+ font-display: swap; |
|
96 |
+ font-style: normal; |
|
97 |
+} |
|
98 |
+ |