feat(#15): add new font

This commit is contained in:
Juan Sebastián Montoya 2024-09-20 08:33:02 -05:00
parent 9d635eadb8
commit ad3226de52
2 changed files with 20 additions and 0 deletions

View file

@ -19,3 +19,10 @@ body {
#resources {
display: none;
}
.pixelify-sans-regular {
font-family: "Pixelify Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
}

View file

@ -7,6 +7,19 @@
content="width=device-width, initial-scale=1.0"
/>
<title>Game Engine</title>
<link
rel="preconnect"
href="https://fonts.googleapis.com"
/>
<link
rel="preconnect"
href="https://fonts.gstatic.com"
crossorigin
/>
<link
href="https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="index.css"