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;
}