Linux: Fix emojis not showing in the game log (#992)

* Fix emojis not showing in the game log on Linux

* Download the font file using curl

* Changed the emoji font to be a woff; Clarified font info
This commit is contained in:
rs189
2024-11-26 04:36:38 +00:00
committed by GitHub
parent ea5989ad2a
commit f9738e3797
11 changed files with 36 additions and 11 deletions

View File

@@ -30,6 +30,7 @@
"@fontsource/noto-sans-kr": "^5.0.19",
"@fontsource/noto-sans-sc": "^5.0.20",
"@fontsource/noto-sans-tc": "^5.0.20",
"@infolektuell/noto-color-emoji": "^0.2.0",
"animate.css": "^4.1.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",