diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-01 16:19:55 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-01 16:19:55 +0300 |
| commit | 227bf11efc3b1a65c75d0bb99099e37420128b12 (patch) | |
| tree | 47aed97f2c41873c8565266c82981dc4f2124f11 /internal | |
| parent | 8fce1ed70c57b180059da423a544ddbf1b47342a (diff) | |
va self-host retrofuture webfonts
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/generator/templates/themes/retrofuture/FONT_LICENSE.txt | 54 | ||||
| -rw-r--r-- | internal/generator/templates/themes/retrofuture/orbitron-v35-latin_latin-ext-700.woff2 | bin | 0 -> 6368 bytes | |||
| -rw-r--r-- | internal/generator/templates/themes/retrofuture/orbitron-v35-latin_latin-ext-regular.woff2 | bin | 0 -> 6252 bytes | |||
| -rw-r--r-- | internal/generator/templates/themes/retrofuture/share-tech-mono-v16-latin_latin-ext-regular.woff2 | bin | 0 -> 13760 bytes | |||
| -rw-r--r-- | internal/generator/templates/themes/retrofuture/theme.css | 25 |
5 files changed, 79 insertions, 0 deletions
diff --git a/internal/generator/templates/themes/retrofuture/FONT_LICENSE.txt b/internal/generator/templates/themes/retrofuture/FONT_LICENSE.txt new file mode 100644 index 0000000..7e0a4c7 --- /dev/null +++ b/internal/generator/templates/themes/retrofuture/FONT_LICENSE.txt @@ -0,0 +1,54 @@ +Retrofuture theme fonts +======================= + +This directory bundles the web fonts: + + orbitron-v35-latin_latin-ext-regular.woff2 (weight 400) + orbitron-v35-latin_latin-ext-700.woff2 (weight 700) + share-tech-mono-v16-latin_latin-ext-regular.woff2 (weight 400) + +Subsets: + + Orbitron latin, latin-ext + Share Tech Mono latin, latin-ext + +Source / version +---------------- +- Orbitron family page : https://fonts.google.com/specimen/Orbitron +- Orbitron copyright : The Orbitron Project Authors +- Orbitron original designer : Matt McInerney +- Orbitron webfont set : orbitron-v35 (latin + latin-ext) +- Orbitron fetched via : Google Fonts CSS2 API for Orbitron 400/700 +- Orbitron upstream source : https://github.com/google/fonts/tree/main/ofl/orbitron +- Orbitron project source : https://github.com/theleagueof/orbitron +- Orbitron converted : TTF to woff2 with fonttools pyftsubset --flavor=woff2 +- Orbitron fetched on : 2026-05-01 +- Share Tech Mono family page : https://fonts.google.com/specimen/Share+Tech+Mono +- Share Tech Mono designer : Carrois Apostrophe +- Share Tech Mono webfont set : share-tech-mono-v16 (latin + latin-ext) +- Share Tech Mono fetched via : Google Fonts CSS2 API for Share Tech Mono 400 +- Share Tech Mono upstream : https://github.com/google/fonts/tree/main/ofl/sharetechmono +- Share Tech Mono converted : TTF to woff2 with fonttools pyftsubset --flavor=woff2 +- Share Tech Mono 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/ + - Orbitron source : https://github.com/google/fonts/tree/main/ofl/orbitron + - Share Tech Mono source : https://github.com/google/fonts/tree/main/ofl/sharetechmono + +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 Names "Orbitron" or "Share Tech Mono". + +Required attribution +-------------------- +Font: "Orbitron" by The Orbitron Project Authors - https://github.com/theleagueof/orbitron + Licensed under the SIL Open Font License 1.1. + +Font: "Share Tech Mono" by Carrois Apostrophe - https://github.com/google/fonts/tree/main/ofl/sharetechmono + Licensed under the SIL Open Font License 1.1. diff --git a/internal/generator/templates/themes/retrofuture/orbitron-v35-latin_latin-ext-700.woff2 b/internal/generator/templates/themes/retrofuture/orbitron-v35-latin_latin-ext-700.woff2 Binary files differnew file mode 100644 index 0000000..550d16f --- /dev/null +++ b/internal/generator/templates/themes/retrofuture/orbitron-v35-latin_latin-ext-700.woff2 diff --git a/internal/generator/templates/themes/retrofuture/orbitron-v35-latin_latin-ext-regular.woff2 b/internal/generator/templates/themes/retrofuture/orbitron-v35-latin_latin-ext-regular.woff2 Binary files differnew file mode 100644 index 0000000..f58a789 --- /dev/null +++ b/internal/generator/templates/themes/retrofuture/orbitron-v35-latin_latin-ext-regular.woff2 diff --git a/internal/generator/templates/themes/retrofuture/share-tech-mono-v16-latin_latin-ext-regular.woff2 b/internal/generator/templates/themes/retrofuture/share-tech-mono-v16-latin_latin-ext-regular.woff2 Binary files differnew file mode 100644 index 0000000..3c52912 --- /dev/null +++ b/internal/generator/templates/themes/retrofuture/share-tech-mono-v16-latin_latin-ext-regular.woff2 diff --git a/internal/generator/templates/themes/retrofuture/theme.css b/internal/generator/templates/themes/retrofuture/theme.css index 7328391..165798d 100644 --- a/internal/generator/templates/themes/retrofuture/theme.css +++ b/internal/generator/templates/themes/retrofuture/theme.css @@ -1,3 +1,28 @@ + /* Self-hosted web fonts: Orbitron and Share Tech Mono (SIL OFL 1.1). + Sources: https://fonts.google.com/specimen/Orbitron and + https://fonts.google.com/specimen/Share+Tech+Mono + See FONT_LICENSE.txt in this directory. */ + @font-face { + font-family: 'Orbitron'; + src: url('orbitron-v35-latin_latin-ext-regular.woff2') format('woff2'); + font-weight: 400; + font-style: normal; + font-display: swap; + } + @font-face { + font-family: 'Orbitron'; + src: url('orbitron-v35-latin_latin-ext-700.woff2') format('woff2'); + font-weight: 700; + font-style: normal; + font-display: swap; + } + @font-face { + font-family: 'Share Tech Mono'; + src: url('share-tech-mono-v16-latin_latin-ext-regular.woff2') format('woff2'); + font-weight: 400; + font-style: normal; + font-display: swap; + } :root { --pink:#ff6b9d; --purple:#00d9c0; --orange:#ff8c42; --bg:#0a0121; } * { margin:0; padding:0; box-sizing:border-box; } body { font-family:'Share Tech Mono',monospace; background:var(--bg); |
