[archived] collection of open-source fonts distributed with jsDelivr
1@font-face {
2 font-family: "Inter";
3 src:
4 url("src/inter/Inter-BlackItalic.woff2") format("woff2"),
5 url("src/inter/Inter-BlackItalic.woff") format("woff");
6 font-weight: 900;
7 font-style: italic;
8 font-display: swap;
9}
10
11@font-face {
12 font-family: "Inter";
13 src:
14 url("src/inter/Inter-Black.woff2") format("woff2"),
15 url("src/inter/Inter-Black.woff") format("woff");
16 font-weight: 900;
17 font-style: normal;
18 font-display: swap;
19}
20
21@font-face {
22 font-family: "Inter";
23 src:
24 url("src/inter/Inter-Bold.woff2") format("woff2"),
25 url("src/inter/Inter-Bold.woff") format("woff");
26 font-weight: bold;
27 font-style: normal;
28 font-display: swap;
29}
30
31@font-face {
32 font-family: "Inter";
33 src:
34 url("src/inter/Inter-ExtraBold.woff2") format("woff2"),
35 url("src/inter/Inter-ExtraBold.woff") format("woff");
36 font-weight: bold;
37 font-style: normal;
38 font-display: swap;
39}
40
41@font-face {
42 font-family: "Inter";
43 src:
44 url("src/inter/Inter-Italic.woff2") format("woff2"),
45 url("src/inter/Inter-Italic.woff") format("woff");
46 font-weight: normal;
47 font-style: italic;
48 font-display: swap;
49}
50
51@font-face {
52 font-family: "Inter";
53 src:
54 url("src/inter/Inter-ExtraLight.woff2") format("woff2"),
55 url("src/inter/Inter-ExtraLight.woff") format("woff");
56 font-weight: 200;
57 font-style: normal;
58 font-display: swap;
59}
60
61@font-face {
62 font-family: "Inter";
63 src:
64 url("src/inter/Inter-ExtraLightItalic.woff2") format("woff2"),
65 url("src/inter/Inter-ExtraLightItalic.woff") format("woff");
66 font-weight: 200;
67 font-style: italic;
68 font-display: swap;
69}
70
71@font-face {
72 font-family: "Inter";
73 src:
74 url("src/inter/Inter-ExtraBoldItalic.woff2") format("woff2"),
75 url("src/inter/Inter-ExtraBoldItalic.woff") format("woff");
76 font-weight: bold;
77 font-style: italic;
78 font-display: swap;
79}
80
81@font-face {
82 font-family: "Inter";
83 src:
84 url("src/inter/Inter-BoldItalic.woff2") format("woff2"),
85 url("src/inter/Inter-BoldItalic.woff") format("woff");
86 font-weight: bold;
87 font-style: italic;
88 font-display: swap;
89}
90
91@font-face {
92 font-family: "Inter";
93 src:
94 url("src/inter/Inter-ThinItalic.woff2") format("woff2"),
95 url("src/inter/Inter-ThinItalic.woff") format("woff");
96 font-weight: 100;
97 font-style: italic;
98 font-display: swap;
99}
100
101@font-face {
102 font-family: "Inter";
103 src:
104 url("src/inter/Inter-Regular.woff2") format("woff2"),
105 url("src/inter/Inter-Regular.woff") format("woff");
106 font-weight: normal;
107 font-style: normal;
108 font-display: swap;
109}
110
111@font-face {
112 font-family: "Inter";
113 src:
114 url("src/inter/Inter-SemiBoldItalic.woff2") format("woff2"),
115 url("src/inter/Inter-SemiBoldItalic.woff") format("woff");
116 font-weight: 600;
117 font-style: italic;
118 font-display: swap;
119}
120
121@font-face {
122 font-family: "Inter";
123 src:
124 url("src/inter/Inter-Medium.woff2") format("woff2"),
125 url("src/inter/Inter-Medium.woff") format("woff");
126 font-weight: 500;
127 font-style: normal;
128 font-display: swap;
129}
130
131@font-face {
132 font-family: "Inter";
133 src:
134 url("src/inter/Inter-SemiBold.woff2") format("woff2"),
135 url("src/inter/Inter-SemiBold.woff") format("woff");
136 font-weight: 600;
137 font-style: normal;
138 font-display: swap;
139}
140
141@font-face {
142 font-family: "Inter";
143 src:
144 url("src/inter/Inter-Light.woff2") format("woff2"),
145 url("src/inter/Inter-Light.woff") format("woff");
146 font-weight: 300;
147 font-style: normal;
148 font-display: swap;
149}
150
151@font-face {
152 font-family: "Inter";
153 src:
154 url("src/inter/Inter-MediumItalic.woff2") format("woff2"),
155 url("src/inter/Inter-MediumItalic.woff") format("woff");
156 font-weight: 500;
157 font-style: italic;
158 font-display: swap;
159}
160
161@font-face {
162 font-family: "Inter";
163 src:
164 url("src/inter/Inter-Thin.woff2") format("woff2"),
165 url("src/inter/Inter-Thin.woff") format("woff");
166 font-weight: 100;
167 font-style: normal;
168 font-display: swap;
169}
170
171@font-face {
172 font-family: "Inter";
173 src:
174 url("src/inter/Inter-LightItalic.woff2") format("woff2"),
175 url("src/inter/Inter-LightItalic.woff") format("woff");
176 font-weight: 300;
177 font-style: italic;
178 font-display: swap;
179}