Skip to content

Commit 86ffe55

Browse files
authored
🔖 Version 2.8.0
2 parents 453b825 + f1507ff commit 86ffe55

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+81993
-2178
lines changed

.nuxtignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.git/

assets/css/tailwind.css

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
@tailwind base;
2+
3+
@tailwind components;
4+
5+
@tailwind utilities;
6+
7+
@font-face {
8+
font-family: "Figtree";
9+
src: url("../fonts/Figtree.woff2") format('woff2-variations');
10+
src: url("../fonts/static/Figtree-Light.woff2") format('woff2');
11+
font-weight: 300;
12+
}
13+
@font-face {
14+
font-family: "Figtree";
15+
src: url("../fonts/Figtree.woff2") format('woff2-variations');
16+
src: url("../fonts/static/Figtree-Regular.woff2") format('woff2');
17+
font-weight: 400;
18+
}
19+
@font-face {
20+
font-family: "Figtree";
21+
src: url("../fonts/Figtree.woff2") format('woff2-variations');
22+
src: url("../fonts/static/Figtree-Medium.woff2") format('woff2');
23+
font-weight: 500;
24+
}
25+
@font-face {
26+
font-family: "Figtree";
27+
src: url("../fonts/Figtree.woff2") format('woff2-variations');
28+
src: url("../fonts/static/Figtree-SemiBold.woff2") format('woff2');
29+
font-weight: 600;
30+
}
31+
@font-face {
32+
font-family: "Figtree";
33+
src: url("../fonts/Figtree.woff2") format('woff2-variations');
34+
src: url("../fonts/static/Figtree-Bold.woff2") format('woff2');
35+
font-weight: 700;
36+
}
37+
@font-face {
38+
font-family: "Figtree";
39+
src: url("../fonts/Figtree.woff2") format('woff2-variations');
40+
src: url("../fonts/static/Figtree-ExtraBold.woff2") format('woff2');
41+
font-weight: 800;
42+
}
43+
@font-face {
44+
font-family: "Figtree";
45+
src: url("../fonts/Figtree.woff2") format('woff2-variations');
46+
src: url("../fonts/static/Figtree-Black.woff2") format('woff2');
47+
font-weight: 900;
48+
}

assets/fonts/Figtree.woff2

25.1 KB
Binary file not shown.
21.5 KB
Binary file not shown.
21.9 KB
Binary file not shown.
21.9 KB
Binary file not shown.
20.4 KB
Binary file not shown.
21.8 KB
Binary file not shown.
21.8 KB
Binary file not shown.
21.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)