FontAwesomeFX - only rectangles displayed
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm trying to use FontAwesomeFX 8.4 in my JavaFX app, but every glyph is displayed as a rectangle (the "missing character" glyph). By the way, this is how the test app from the author looks like: Any ideas what could be wrong? I'm on Arch Linux and using Intellij IDEA. POM: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0<