fix: fix signs could not be rendered properly because font was not in the build

This commit is contained in:
Vitaly Turovsky 2024-12-14 08:08:30 +03:00
commit b10c6809ff

View file

@ -119,7 +119,7 @@ body {
@font-face {
font-family: mojangles;
src: url(../assets/mojangles.ttf);
src: url(../assets/mojangles.ttf?inline);
}
#ui-root {