fix: fix signs could not be rendered properly because font was not in the build
This commit is contained in:
parent
4d411fe561
commit
b10c6809ff
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ body {
|
|||
|
||||
@font-face {
|
||||
font-family: mojangles;
|
||||
src: url(../assets/mojangles.ttf);
|
||||
src: url(../assets/mojangles.ttf?inline);
|
||||
}
|
||||
|
||||
#ui-root {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue