homepage font testing 2

This commit is contained in:
2025-07-26 16:14:02 +02:00
parent d65fae3cbf
commit 793d95c21e

View File

@@ -42,10 +42,12 @@ in {
environmentFile = config.age.secrets.homepage-env.path; environmentFile = config.age.secrets.homepage-env.path;
customCSS = '' customCSS = ''
@font-face { @font-face {
font-family:"vcr-mono"; font-family: "VCR OSD Mono";
src: url("https://git.sr.ht/~canasta/fonts/tree/main/item/fonts/vcr-mono/TTF/vcr-mono.ttf") format("truetype"); src: url("https://git.sr.ht/~canasta/fonts/tree/main/item/fonts/vcr-mono/TTF/vcr-mono.ttf")
format("truetype");
} }
body, html { body,
html {
--mint: #d7ffff; --mint: #d7ffff;
--outerspace: #f8ffff; --outerspace: #f8ffff;
--ghostY: #0d090f; --ghostY: #0d090f;
@@ -83,7 +85,7 @@ in {
margin: 0; margin: 0;
padding: 0; padding: 0;
font: inherit; font: inherit;
font-family: vcr-mono; font-family: VCR OSD Mono Regular;
font-size: 16px; font-size: 16px;
font-weight: 600; font-weight: 600;
position: relative; position: relative;
@@ -97,7 +99,8 @@ in {
} }
.services-group.basis-full.flex-1.px-1.-my-1 { .services-group.basis-full.flex-1.px-1.-my-1 {
padding-bottom: 3rem; padding-bottom: 3rem;
}; }
}
''; '';
settings = { settings = {
layout = [ layout = [