homepage font testing
This commit is contained in:
@@ -41,12 +41,15 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
environmentFile = config.age.secrets.homepage-env.path;
|
environmentFile = config.age.secrets.homepage-env.path;
|
||||||
customCSS = ''
|
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");
|
||||||
|
}
|
||||||
body, html {
|
body, html {
|
||||||
--mint: #d7ffff;
|
--mint: #d7ffff;
|
||||||
--outerspace: #f8ffff;
|
--outerspace: #f8ffff;
|
||||||
--ghostY: #0d090f;
|
--ghostY: #0d090f;
|
||||||
background: var(--ghostY);
|
background: var(--ghostY);
|
||||||
font-family: vcr-mono, vcr-mono !important;
|
|
||||||
}
|
}
|
||||||
.font-medium {
|
.font-medium {
|
||||||
font-weight: 700 !important;
|
font-weight: 700 !important;
|
||||||
@@ -79,7 +82,8 @@ in {
|
|||||||
--overlayB: rgba(30, 190, 180, 0.07);
|
--overlayB: rgba(30, 190, 180, 0.07);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-family: MainFont, sans-serif;
|
font: inherit;
|
||||||
|
font-family: vcr-mono;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user