fonts.css

 1/* Open Sans is licensed under the Apache License, Version 2.0. See http://www.apache.org/licenses/LICENSE-2.0 */
 2/* Source Code Pro is under the Open Font License. See https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL */
 3/* open-sans-300 - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */
 4
 5@font-face {
 6  font-family: "iA Writer Quattro S";
 7  src: url("https://cdn.zed.dev/fonts/iAWriterQuattroV.woff2")
 8    format("woff2-variations");
 9  font-weight: 100 900;
10  font-style: normal;
11  font-display: swap;
12}
13
14@font-face {
15  font-family: "iA Writer Quattro S";
16  src: url("https://cdn.zed.dev/fonts/iAWriterQuattroV-Italic.woff2")
17    format("woff2-variations");
18  font-weight: 100 900;
19  font-style: italic;
20  font-display: swap;
21}
22
23@font-face {
24  font-family: "IBM Plex Serif";
25  src: url("https://cdn.zed.dev/fonts/IBMPlexSerif-Var.woff2")
26    format("woff2-variations");
27  font-weight: 400 700;
28  font-style: normal;
29  font-display: swap;
30}
31
32@font-face {
33  font-family: "Lilex";
34  src: url("https://cdn.zed.dev/fonts/Lilex-Regular.woff2")
35    format("woff2-variations");
36  font-weight: 400;
37  font-style: normal;
38  font-display: swap;
39}