summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/generator/templates/themes/ocean/FONT_LICENSE.txt36
-rw-r--r--internal/generator/templates/themes/ocean/outfit-v15-latin_latin-ext-500.woff2bin0 -> 16740 bytes
-rw-r--r--internal/generator/templates/themes/ocean/outfit-v15-latin_latin-ext-regular.woff2bin0 -> 17536 bytes
-rw-r--r--internal/generator/templates/themes/ocean/theme.css19
4 files changed, 54 insertions, 1 deletions
diff --git a/internal/generator/templates/themes/ocean/FONT_LICENSE.txt b/internal/generator/templates/themes/ocean/FONT_LICENSE.txt
new file mode 100644
index 0000000..3b5077e
--- /dev/null
+++ b/internal/generator/templates/themes/ocean/FONT_LICENSE.txt
@@ -0,0 +1,36 @@
+Outfit
+======
+
+This directory bundles the web fonts:
+
+ outfit-v15-latin_latin-ext-regular.woff2 (weight 400)
+ outfit-v15-latin_latin-ext-500.woff2 (weight 500)
+
+Subsets: latin, latin-ext.
+
+Source / version
+----------------
+- Family page : https://fonts.google.com/specimen/Outfit
+- Designer : Rodrigo Fuenzalida
+- Webfont set : outfit-v15 (latin + latin-ext, woff2)
+- Fetched via : https://gwfh.mranftl.com/fonts/outfit (Webfonts Helper)
+- Download URL: https://gwfh.mranftl.com/api/fonts/outfit?download=zip&subsets=latin,latin-ext&formats=woff2&variants=regular,500
+- Fetched on : 2026-05-01
+- Project : https://github.com/Outfitio/Outfit-Fonts
+
+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/
+
+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 "Outfit".
+
+Required attribution
+--------------------
+Font: "Outfit" by Rodrigo Fuenzalida - https://github.com/Outfitio/Outfit-Fonts
+ Licensed under the SIL Open Font License 1.1.
diff --git a/internal/generator/templates/themes/ocean/outfit-v15-latin_latin-ext-500.woff2 b/internal/generator/templates/themes/ocean/outfit-v15-latin_latin-ext-500.woff2
new file mode 100644
index 0000000..f55248c
--- /dev/null
+++ b/internal/generator/templates/themes/ocean/outfit-v15-latin_latin-ext-500.woff2
Binary files differ
diff --git a/internal/generator/templates/themes/ocean/outfit-v15-latin_latin-ext-regular.woff2 b/internal/generator/templates/themes/ocean/outfit-v15-latin_latin-ext-regular.woff2
new file mode 100644
index 0000000..6962182
--- /dev/null
+++ b/internal/generator/templates/themes/ocean/outfit-v15-latin_latin-ext-regular.woff2
Binary files differ
diff --git a/internal/generator/templates/themes/ocean/theme.css b/internal/generator/templates/themes/ocean/theme.css
index d5dd99d..75ee815 100644
--- a/internal/generator/templates/themes/ocean/theme.css
+++ b/internal/generator/templates/themes/ocean/theme.css
@@ -1,6 +1,23 @@
+ /* Bundled web font: "Outfit" by Rodrigo Fuenzalida
+ (https://fonts.google.com/specimen/Outfit), used unmodified under
+ SIL Open Font License 1.1. See FONT_LICENSE.txt in this directory. */
+ @font-face {
+ font-family: 'Outfit';
+ src: url('outfit-v15-latin_latin-ext-regular.woff2') format('woff2');
+ font-weight: 400;
+ font-style: normal;
+ font-display: swap;
+ }
+ @font-face {
+ font-family: 'Outfit';
+ src: url('outfit-v15-latin_latin-ext-500.woff2') format('woff2');
+ font-weight: 500;
+ font-style: normal;
+ font-display: swap;
+ }
:root { --teal:#00b4d8; --aqua:#48cae4; --deep:#023e8a; --navy:#03045e; --foam:#caf0f8; }
* { margin:0; padding:0; box-sizing:border-box; }
- body { font-family:'Segoe UI',system-ui,sans-serif; background:var(--navy);
+ body { font-family:'Outfit','Segoe UI',system-ui,sans-serif; background:var(--navy);
color:var(--foam); overflow:hidden; height:100vh; height:100dvh; }
#three-canvas { position:fixed; top:0; left:0; width:100%; height:100%; z-index:1; }
.overlay { position:relative; z-index:10; height:100vh; height:100dvh; display:flex; flex-direction:column; }