summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-01 16:26:47 +0300
committerPaul Buetow <paul@buetow.org>2026-05-01 16:26:47 +0300
commit65df89a9594406106860c7824fd47b2c33da8a8f (patch)
tree828b39baf743d0338f1be79504329231c2403b78 /internal
parent227bf11efc3b1a65c75d0bb99099e37420128b12 (diff)
wa self-host Space Mono for spaceage
Diffstat (limited to 'internal')
-rw-r--r--internal/generator/templates/themes/spaceage/FONT_LICENSE.txt37
-rw-r--r--internal/generator/templates/themes/spaceage/space-mono-v17-latin_latin-ext-700.woff2bin0 -> 25072 bytes
-rw-r--r--internal/generator/templates/themes/spaceage/space-mono-v17-latin_latin-ext-regular.woff2bin0 -> 24684 bytes
-rw-r--r--internal/generator/templates/themes/spaceage/theme.css17
4 files changed, 54 insertions, 0 deletions
diff --git a/internal/generator/templates/themes/spaceage/FONT_LICENSE.txt b/internal/generator/templates/themes/spaceage/FONT_LICENSE.txt
new file mode 100644
index 0000000..553a2b1
--- /dev/null
+++ b/internal/generator/templates/themes/spaceage/FONT_LICENSE.txt
@@ -0,0 +1,37 @@
+Space Mono
+==========
+
+This directory bundles the web fonts:
+
+ space-mono-v17-latin_latin-ext-regular.woff2 (weight 400)
+ space-mono-v17-latin_latin-ext-700.woff2 (weight 700)
+
+Subsets: latin, latin-ext.
+
+Source / version
+----------------
+- Family page : https://fonts.google.com/specimen/Space+Mono
+- Designer : Colophon Foundry
+- Webfont set : space-mono-v17 (latin + latin-ext, woff2)
+- Fetched via : https://gwfh.mranftl.com/fonts/space-mono (Webfonts Helper)
+- Download URL: https://gwfh.mranftl.com/api/fonts/space-mono?download=zip&subsets=latin,latin-ext&formats=woff2&variants=regular,700
+- Last modified upstream: 2025-06-25
+- Fetched on : 2026-05-01
+
+License
+-------
+SIL Open Font License, Version 1.1.
+
+ - Summary : https://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web
+ - Full text : https://openfontlicense.org/open-font-license-official-text/
+ - Project : https://github.com/googlefonts/spacemono
+
+The OFL allows free use, modification, and redistribution of the font,
+including embedding in commercial products. Any standalone modified
+version of the font itself must be released under the same license and
+must not use the Reserved Font Name "Space Mono".
+
+Required attribution
+--------------------
+Font: "Space Mono" by Colophon Foundry — https://github.com/googlefonts/spacemono
+ Licensed under the SIL Open Font License 1.1.
diff --git a/internal/generator/templates/themes/spaceage/space-mono-v17-latin_latin-ext-700.woff2 b/internal/generator/templates/themes/spaceage/space-mono-v17-latin_latin-ext-700.woff2
new file mode 100644
index 0000000..98971c5
--- /dev/null
+++ b/internal/generator/templates/themes/spaceage/space-mono-v17-latin_latin-ext-700.woff2
Binary files differ
diff --git a/internal/generator/templates/themes/spaceage/space-mono-v17-latin_latin-ext-regular.woff2 b/internal/generator/templates/themes/spaceage/space-mono-v17-latin_latin-ext-regular.woff2
new file mode 100644
index 0000000..bf7ce58
--- /dev/null
+++ b/internal/generator/templates/themes/spaceage/space-mono-v17-latin_latin-ext-regular.woff2
Binary files differ
diff --git a/internal/generator/templates/themes/spaceage/theme.css b/internal/generator/templates/themes/spaceage/theme.css
index df3f486..dd3a438 100644
--- a/internal/generator/templates/themes/spaceage/theme.css
+++ b/internal/generator/templates/themes/spaceage/theme.css
@@ -1,3 +1,20 @@
+ /* Self-hosted web font: Space Mono by Colophon Foundry (SIL OFL 1.1).
+ Source: https://fonts.google.com/specimen/Space+Mono
+ See FONT_LICENSE.txt in this directory. */
+ @font-face {
+ font-family: 'Space Mono';
+ src: url('space-mono-v17-latin_latin-ext-regular.woff2') format('woff2');
+ font-weight: 400;
+ font-style: normal;
+ font-display: swap;
+ }
+ @font-face {
+ font-family: 'Space Mono';
+ src: url('space-mono-v17-latin_latin-ext-700.woff2') format('woff2');
+ font-weight: 700;
+ font-style: normal;
+ font-display: swap;
+ }
:root { --teal:#00e8e8; --dim:#1a4455; --red:#ff3320; --silver:#c8d8e0; --bg:#030a0f; --bg2:#020608; }
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family:'Space Mono','Courier New',monospace; background:var(--bg); color:var(--silver);