[archived] collection of open-source fonts distributed with jsDelivr
1@font-face {
2 font-family: "Geist";
3 src:
4 url("src/geist/Geist-Medium.woff2") format("woff2"),
5 url("src/geist/Geist-Medium.woff") format("woff");
6 font-weight: 500;
7 font-style: normal;
8 font-display: swap;
9}
10
11@font-face {
12 font-family: "Geist";
13 src:
14 url("src/geist/Geist-Light.woff2") format("woff2"),
15 url("src/geist/Geist-Light.woff") format("woff");
16 font-weight: 300;
17 font-style: normal;
18 font-display: swap;
19}
20
21@font-face {
22 font-family: "Geist";
23 src:
24 url("src/geist/Geist-SemiBold.woff2") format("woff2"),
25 url("src/geist/Geist-SemiBold.woff") format("woff");
26 font-weight: 600;
27 font-style: normal;
28 font-display: swap;
29}
30
31@font-face {
32 font-family: "Geist";
33 src:
34 url("src/geist/Geist-Thin.woff2") format("woff2"),
35 url("src/geist/Geist-Thin.woff") format("woff");
36 font-weight: 100;
37 font-style: normal;
38 font-display: swap;
39}
40
41@font-face {
42 font-family: "Geist";
43 src:
44 url("src/geist/Geist-Regular.woff2") format("woff2"),
45 url("src/geist/Geist-Regular.woff") format("woff");
46 font-weight: normal;
47 font-style: normal;
48 font-display: swap;
49}
50
51@font-face {
52 font-family: "Geist";
53 src:
54 url("src/geist/Geist-Black.woff2") format("woff2"),
55 url("src/geist/Geist-Black.woff") format("woff");
56 font-weight: 900;
57 font-style: normal;
58 font-display: swap;
59}
60
61@font-face {
62 font-family: "Geist";
63 src:
64 url("src/geist/Geist-UltraLight.woff2") format("woff2"),
65 url("src/geist/Geist-UltraLight.woff") format("woff");
66 font-weight: 200;
67 font-style: normal;
68 font-display: swap;
69}
70
71@font-face {
72 font-family: "Geist";
73 src:
74 url("src/geist/Geist-Bold.woff2") format("woff2"),
75 url("src/geist/Geist-Bold.woff") format("woff");
76 font-weight: bold;
77 font-style: normal;
78 font-display: swap;
79}
80
81@font-face {
82 font-family: "Geist UltraBlack";
83 src:
84 url("src/geist/Geist-UltraBlack.woff2") format("woff2"),
85 url("src/geist/Geist-UltraBlack.woff") format("woff");
86 font-weight: 900;
87 font-style: normal;
88 font-display: swap;
89}