Skip to repository content40 lines · 1.2 KB · css
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T02:31:02.917Z Public web read
NIP-34 coordinate
30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omegaMaintainersHidden in public view
References2 branches · 1 tag
Read-only clone
git clone https://openagents.com/git/tenant.openagents/omega.gitBrowse files
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}
40