Skip to content

Commit 9b617e9

Browse files
corydalis10slouken
authored andcommitted
Delete unnecessary fonts & Format stylesheet
1 parent 541416c commit 9b617e9

10 files changed

+484
-178
lines changed

css/fontfacekit/Poppins-Black.woff2

-46.5 KB
Binary file not shown.
-51.6 KB
Binary file not shown.
-47.7 KB
Binary file not shown.
-54.8 KB
Binary file not shown.
-47.7 KB
Binary file not shown.
-55.1 KB
Binary file not shown.

css/fontfacekit/Poppins-Thin.woff2

-44.3 KB
Binary file not shown.
-51.5 KB
Binary file not shown.

css/fontfacekit/stylesheet.css

Lines changed: 0 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,3 @@
1-
/* Poppins 100 Italic */
2-
@font-face {
3-
font-family: 'Poppins';
4-
font-style: italic;
5-
font-weight: 100;
6-
src: local('Poppins ThinItalic'), url('./Poppins-ThinItalic.woff2') format('woff2');
7-
font-display: swap;
8-
}
9-
10-
/* Poppins 100 */
11-
@font-face {
12-
font-family: 'Poppins';
13-
font-style: normal;
14-
font-weight: 100;
15-
src: local('Poppins Thin'), url('./Poppins-Thin.woff2') format('woff2');
16-
font-display: swap;
17-
}
18-
19-
/* Poppins 200 Italic */
20-
@font-face {
21-
font-family: 'Poppins';
22-
font-style: italic;
23-
font-weight: 200;
24-
src: local('Poppins ExtraLightItalic'), url('./Poppins-ExtraLightItalic.woff2') format('woff2');
25-
font-display: swap;
26-
}
27-
28-
/* Poppins 200 */
29-
@font-face {
30-
font-family: 'Poppins';
31-
font-style: normal;
32-
font-weight: 200;
33-
src: local('Poppins ExtraLight'), url('./Poppins-ExtraLight.woff2') format('woff2');
34-
font-display: swap;
35-
}
36-
371
/* Poppins 300 Italic */
382
@font-face {
393
font-family: 'Poppins';
@@ -123,39 +87,3 @@
12387
src: local('Poppins Bold'), url('./Poppins-Bold.woff2') format('woff2');
12488
font-display: swap;
12589
}
126-
127-
/* Poppins 800 Italic */
128-
@font-face {
129-
font-family: 'Poppins';
130-
font-style: italic;
131-
font-weight: 800;
132-
src: local('Poppins ExtraBoldItalic'), url('./Poppins-ExtraBoldItalic.woff2') format('woff2');
133-
font-display: swap;
134-
}
135-
136-
/* Poppins 800 */
137-
@font-face {
138-
font-family: 'Poppins';
139-
font-style: normal;
140-
font-weight: 800;
141-
src: local('Poppins ExtraBold'), url('./Poppins-ExtraBold.woff2') format('woff2');
142-
font-display: swap;
143-
}
144-
145-
/* Poppins 900 Italic */
146-
@font-face {
147-
font-family: 'Poppins';
148-
font-style: italic;
149-
font-weight: 900;
150-
src: local('Poppins BlackItalic'), url('./Poppins-BlackItalic.woff2') format('woff2');
151-
font-display: swap;
152-
}
153-
154-
/* Poppins 900 */
155-
@font-face {
156-
font-family: 'Poppins';
157-
font-style: normal;
158-
font-weight: 900;
159-
src: local('Poppins Black'), url('./Poppins-Black.woff2') format('woff2');
160-
font-display: swap;
161-
}

0 commit comments

Comments
 (0)