From 65df89a9594406106860c7824fd47b2c33da8a8f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 1 May 2026 16:26:47 +0300 Subject: wa self-host Space Mono for spaceage --- .../templates/themes/spaceage/FONT_LICENSE.txt | 37 +++++++++++++++++++++ .../space-mono-v17-latin_latin-ext-700.woff2 | Bin 0 -> 25072 bytes .../space-mono-v17-latin_latin-ext-regular.woff2 | Bin 0 -> 24684 bytes .../generator/templates/themes/spaceage/theme.css | 17 ++++++++++ 4 files changed, 54 insertions(+) create mode 100644 internal/generator/templates/themes/spaceage/FONT_LICENSE.txt create mode 100644 internal/generator/templates/themes/spaceage/space-mono-v17-latin_latin-ext-700.woff2 create mode 100644 internal/generator/templates/themes/spaceage/space-mono-v17-latin_latin-ext-regular.woff2 (limited to 'internal/generator') 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 Binary files /dev/null and b/internal/generator/templates/themes/spaceage/space-mono-v17-latin_latin-ext-700.woff2 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 Binary files /dev/null and b/internal/generator/templates/themes/spaceage/space-mono-v17-latin_latin-ext-regular.woff2 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); -- cgit v1.2.3