TheX Font Icons
This font icon library is enabled by default. You can use these font icons in your theme and on your website.
Please visit this page for icons code:
https://demo.drupar.com/thex/elements/font-icons
TheX theme bundles following font icons library in the theme. But these font icons are not enabled by default. You can enable these font icons library in your child theme.
- FontAwesome 4: https://fontawesome.com/v4/icons/
- FontAwesome 5: https://fontawesome.com/v5/search?o=r&m=free
- Bootstrap Icons: https://icons.getbootstrap.com
How To Enable FontAwesome 4 font icons in my child theme
Add thex/fontawesome4 library in your themename.info.yml file.
libraries:
- thex/fontawesome4
How To Enable FontAwesome 5 font icons in my child theme
Add thex/fontawesome5 library in your themename.info.yml file.
libraries:
- thex/fontawesome5
How To Enable Bootstrap Icons in my child theme
Add thex/bootstrap-icons library in your themename.info.yml file.
libraries:
- thex/bootstrap-icons