fix: remove preset fonts

This commit is contained in:
davidontop 2024-05-05 22:42:56 +02:00
parent aaa51424b9
commit a3cf31b112
Signed by: DavidOnTop
GPG key ID: 5D05538A45D5149F
9 changed files with 0 additions and 8 deletions

View file

@ -20,12 +20,4 @@ import { ViewTransitions } from "astro:transitions";
</body> </body>
</html> </html>
<style is:global> <style is:global>
@font-face {
font-family: "MonaspiceNe NF";
src: url("/fonts/MonaspiceNeNerdFont-Regular.otf") format("truetype");
}
html body {
font-family: "MonaspiceNe NF";
}
</style> </style>