Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
The Font Awesome code for Joget logo is "<i class="fab fa-joget"></i>".
Figure 2: Example adding Fontawesome HTML codes into UI menus.
<i class="fas fa-home"></i><br/> <i class="far fa-bookmark"></i><br/> <i class="fas fa-file"></i><br/>
Reference the FontAwesome 5 icon codes from https://fontawesome.com/icons?d=gallery&m=free .
You can also view the FontAwesome icon codes names (example "fa-arrow-up") in the CSS source files in your Joget DX "[Joget folder]\apache-tomcat-8.5.41\webapps\jw\js\fontawesome5\css\" folder to know which icons are supported.
<link rel="preload" href="/jw/js/fontawesome5/fonts/fontawesome-webfont.woff2?v=4.6.1" as="font" crossorigin /> <link rel="preload" href="/jw/js/fontawesome5/webfonts/fa-brands-400.woff2" as="font" crossorigin /> <link rel="preload" href="/jw/js/fontawesome5/webfonts/fa-solid-900.woff2" as="font" crossorigin />