- 🇦🇹Austria coreteamvn
One way to do is:
1) download/get icons (e.g. from fontello), the zip files contain css and font folder
2) upload the folder to dxpr_theme/fonts (so you have fonts/fontello/css/fontello.css)
3) in the dxpr_theme.info.yml file add 'dxpr_theme/fonts' as library:- libraries: - 'dxpr_theme/global-styling' - 'dxpr_theme/fonts'
4) in dxpr_theme.libraries.yml add
fonts: css: theme: fonts/fontello/css/fontello.css: {}
Now the custom icons from fontello show up (after cache clearing and making sure the text field where icons are used are set to full html)