move all static assets to public/

This commit is contained in:
Lukas Hass
2022-01-31 16:14:34 +01:00
parent 315e2f6417
commit 590e16ff8a
729 changed files with 0 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
/*This file is a workaround to allow phaser to load directly this font */
@font-face {
font-family: "Press Start 2P";
src: url("/fonts/press-start-2p-latin-400-normal.woff2") format('woff2');
}