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