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;
@@ -70,34 +72,35 @@ in {
left: 0; left: 0;
right: 0; right: 0;
overflow: hidden; overflow: hidden;
body { body {
background: var(--ghostY); background: var(--ghostY);
color: var(--mint); color: var(--mint);
fill: var(--outerspace); fill: var(--outerspace);
min-width: 320px; min-width: 320px;
max-width: 100%; max-width: 100%;
min-height: 100%; min-height: 100%;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
--overlayA: rgba(130, 0, 100, 0.07); --overlayA: rgba(130, 0, 100, 0.07);
--overlayB: rgba(30, 190, 180, 0.07); --overlayB: rgba(30, 190, 180, 0.07);
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;
}
#information-widgets {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
div#footer {
display: none;
}
.services-group.basis-full.flex-1.px-1.-my-1 {
padding-bottom: 3rem;
}
} }
#information-widgets {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
div#footer {
display: none;
}
.services-group.basis-full.flex-1.px-1.-my-1 {
padding-bottom: 3rem;
};
''; '';
settings = { settings = {
layout = [ layout = [