Astro app

This commit is contained in:
Alicia Sykes
2024-05-20 22:44:09 +01:00
parent 34ca09fc20
commit b090dcadb1
23 changed files with 513 additions and 48 deletions

View File

@@ -9,7 +9,10 @@ const GlobalStyles = () => (
font-weight: 400;
src: url('/fonts/PTMono.ttf') format('ttf');
}
body { font-family: PTMono; }
body, div, a, p, span, ul, li, small, h1, h2, h3, h4, button, section {
font-family: PTMono;
color: #fff;
}
`}
/>
);