feat: SREEZ, play with fonts and improve loook

This commit is contained in:
jeangab
2024-04-09 16:46:06 -04:00
parent 5cf4501069
commit 0d5a8334c8
16 changed files with 22 additions and 8 deletions

View File

@@ -1,16 +1,30 @@
@font-face {
font-family: "Fira Mono";
src:
url("/assets/fonts/FiraMono-Regular.woff2") format("woff2");
}
@font-face {
font-family: "Intel One";
src:
url("/assets/fonts/intelone-mono-font-family-regular.ttf") format("truetype");
}
@font-face {
font-family: "PT Mono";
src:
url("/assets/fonts/PTM55F.ttf") format("truetype");
}
body {
font-family: sans-serif;
// font-family: monospace;
font-family: "Fira Mono";
font-family: "Intel One";
font-family: "PT Mono";
text-align: center;
font-size: 1.4rem;
}
body {
font-family: Roboto, helvetica;
font-family: Poppins, helvetica;
}
.font-4xl {
font-size: 3rem;
}