feat: SREEZ, play with fonts and improve loook
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user