From ad3226de525704361c666ab2a85bc42e3974cdd7 Mon Sep 17 00:00:00 2001 From: Juan Sebastian Montoya Date: Fri, 20 Sep 2024 08:33:02 -0500 Subject: [PATCH] feat(#15): add new font --- index.css | 7 +++++++ index.html | 13 +++++++++++++ 2 files changed, 20 insertions(+) diff --git a/index.css b/index.css index 3f1fcd8..04a6df7 100644 --- a/index.css +++ b/index.css @@ -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; +} \ No newline at end of file diff --git a/index.html b/index.html index 01c925e..8699c7d 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,19 @@ content="width=device-width, initial-scale=1.0" /> Game Engine + + +