From 9230bf8827b5b1de7cc6002f01ee9c0b7a3fa94a Mon Sep 17 00:00:00 2001 From: Flashfyre Date: Mon, 25 Dec 2023 21:40:57 -0500 Subject: [PATCH] Move font face back to html to fix font sometimes not loading --- index.css | 10 ---------- index.html | 11 +++++++++++ 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/index.css b/index.css index 5001dc9f2..0ab0573bd 100644 --- a/index.css +++ b/index.css @@ -13,16 +13,6 @@ } } -@font-face { - font-family: 'emerald'; - src: url('fonts/pokemon-emerald-pro.ttf') format('truetype'); -} - -@font-face { - font-family: 'pkmnems'; - src: url('fonts/pkmnems.ttf') format('truetype'); -} - html { touch-action: none; } diff --git a/index.html b/index.html index 413293971..db4942946 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,17 @@ Pokemon Rogue Battle +