Skip to content

Commit 73cf709

Browse files
committed
feat: update ui
1 parent 47670b3 commit 73cf709

23 files changed

+7
-156
lines changed

input.css

Lines changed: 1 addition & 147 deletions
Original file line numberDiff line numberDiff line change
@@ -1,149 +1,3 @@
11
@tailwind base;
22
@tailwind components;
3-
@tailwind utilities;
4-
5-
@layer base {
6-
@font-face {
7-
font-family: "Poppins";
8-
font-style: normal;
9-
font-weight: 100;
10-
font-display: swap;
11-
src: url(/fonts/Poppins-Thin.ttf) format("truetype");
12-
}
13-
14-
@font-face {
15-
font-family: "Poppins";
16-
font-style: italic;
17-
font-weight: 100;
18-
font-display: swap;
19-
src: url(/fonts/Poppins-ThinItalic.ttf) format("truetype");
20-
}
21-
22-
@font-face {
23-
font-family: "Poppins";
24-
font-style: normal;
25-
font-weight: 200;
26-
font-display: swap;
27-
src: url(/fonts/Poppins-ExtraLight.ttf) format("truetype");
28-
}
29-
30-
@font-face {
31-
font-family: "Poppins";
32-
font-style: italic;
33-
font-weight: 200;
34-
font-display: swap;
35-
src: url(/fonts/Poppins-ExtraLightItalic.ttf) format("truetype");
36-
}
37-
38-
@font-face {
39-
font-family: "Poppins";
40-
font-style: normal;
41-
font-weight: 300;
42-
font-display: swap;
43-
src: url(/fonts/Poppins-Light.ttf) format("truetype");
44-
}
45-
46-
@font-face {
47-
font-family: "Poppins";
48-
font-style: italic;
49-
font-weight: 300;
50-
font-display: swap;
51-
src: url(/fonts/Poppins-LightItalic.ttf) format("truetype");
52-
}
53-
54-
@font-face {
55-
font-family: "Poppins";
56-
font-style: normal;
57-
font-weight: 400;
58-
font-display: swap;
59-
src: url(/fonts/Poppins-Regular.ttf) format("truetype");
60-
}
61-
62-
@font-face {
63-
font-family: "Poppins";
64-
font-style: italic;
65-
font-weight: 400;
66-
font-display: swap;
67-
src: url(/fonts/Poppins-RegularItalic.ttf) format("truetype");
68-
}
69-
70-
@font-face {
71-
font-family: "Poppins";
72-
font-style: normal;
73-
font-weight: 500;
74-
font-display: swap;
75-
src: url(/fonts/Poppins-Medium.ttf) format("truetype");
76-
}
77-
78-
@font-face {
79-
font-family: "Poppins";
80-
font-style: italic;
81-
font-weight: 500;
82-
font-display: swap;
83-
src: url(/fonts/Poppins-MediumItalic.ttf) format("truetype");
84-
}
85-
86-
@font-face {
87-
font-family: "Poppins";
88-
font-style: normal;
89-
font-weight: 600;
90-
font-display: swap;
91-
src: url(/fonts/Poppins-SemiBold.ttf) format("truetype");
92-
}
93-
94-
@font-face {
95-
font-family: "Poppins";
96-
font-style: italic;
97-
font-weight: 600;
98-
font-display: swap;
99-
src: url(/fonts/Poppins-SemiBoldItalic.ttf) format("truetype");
100-
}
101-
102-
@font-face {
103-
font-family: "Poppins";
104-
font-style: normal;
105-
font-weight: 700;
106-
font-display: swap;
107-
src: url(/fonts/Poppins-Bold.ttf) format("truetype");
108-
}
109-
110-
@font-face {
111-
font-family: "Poppins";
112-
font-style: italic;
113-
font-weight: 700;
114-
font-display: swap;
115-
src: url(/fonts/Poppins-BoldItalic.ttf) format("truetype");
116-
}
117-
118-
@font-face {
119-
font-family: "Poppins";
120-
font-style: normal;
121-
font-weight: 800;
122-
font-display: swap;
123-
src: url(/fonts/Poppins-ExtraBold.ttf) format("truetype");
124-
}
125-
126-
@font-face {
127-
font-family: "Poppins";
128-
font-style: italic;
129-
font-weight: 800;
130-
font-display: swap;
131-
src: url(/fonts/Poppins-ExtraBoldItalic.ttf) format("truetype");
132-
}
133-
134-
@font-face {
135-
font-family: "Poppins";
136-
font-style: normal;
137-
font-weight: 900;
138-
font-display: swap;
139-
src: url(/fonts/Poppins-Black.ttf) format("truetype");
140-
}
141-
142-
@font-face {
143-
font-family: "Poppins";
144-
font-style: italic;
145-
font-weight: 900;
146-
font-display: swap;
147-
src: url(/fonts/Poppins-BlackItalic.ttf) format("truetype");
148-
}
149-
}
3+
@tailwind utilities;

public/fonts/Poppins-Black.ttf

-148 KB
Binary file not shown.
-168 KB
Binary file not shown.

public/fonts/Poppins-Bold.ttf

-150 KB
Binary file not shown.
-172 KB
Binary file not shown.

public/fonts/Poppins-ExtraBold.ttf

-149 KB
Binary file not shown.
-170 KB
Binary file not shown.
-158 KB
Binary file not shown.
-182 KB
Binary file not shown.

public/fonts/Poppins-Italic.ttf

-178 KB
Binary file not shown.

0 commit comments

Comments
 (0)