diff options
Diffstat (limited to 'internal/generator/templates/themes/cosmos/theme.css')
| -rw-r--r-- | internal/generator/templates/themes/cosmos/theme.css | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/internal/generator/templates/themes/cosmos/theme.css b/internal/generator/templates/themes/cosmos/theme.css index 4d67e3e..ed09691 100644 --- a/internal/generator/templates/themes/cosmos/theme.css +++ b/internal/generator/templates/themes/cosmos/theme.css @@ -1,6 +1,23 @@ + /* Self-hosted web font: Exo 2 by Natanael Gama (SIL OFL 1.1). + Source: https://fonts.google.com/specimen/Exo+2 + See FONT_LICENSE.txt in this directory. */ + @font-face { + font-family: 'Exo 2'; + src: url('exo-2-v26-latin_latin-ext-regular.woff2') format('woff2'); + font-weight: 400; + font-style: normal; + font-display: swap; + } + @font-face { + font-family: 'Exo 2'; + src: url('exo-2-v26-latin_latin-ext-600.woff2') format('woff2'); + font-weight: 600; + font-style: normal; + font-display: swap; + } :root { --gold:#ffd166; --purple:#9b5de5; --blue:#4cc9f0; --bg:#020214; } * { margin:0; padding:0; box-sizing:border-box; } - body { font-family:'Segoe UI',system-ui,sans-serif; background:var(--bg); + body { font-family:'Exo 2','Segoe UI',system-ui,sans-serif; background:var(--bg); color:#d4e8ff; 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; } |
