gantry / gantry5

:rocket: Next Generation Template / Theme Framework
http://gantry.org
1.04k stars 204 forks source link

Font awesome problem #3258

Open nadjak77 opened 5 months ago

nadjak77 commented 5 months ago

Hi, after the update to the newest version of gantry I have a problem with font awesome. I added an arrow to my buttons in the css : .button{ &:before { content:"\f0da"; font-family:"Font Awesome 6 Free"; margin-right:0.5rem; } } If the template (Helium) is in "development" the arrow is shown in the frontend. But if I switch to "production" I only see three question marks.

hexplor commented 5 months ago

To help troubleshoot this issue, have you tried purging the cache on both your CMS and Gantry? This step often resolves issues related to changes not reflecting correctly in the frontend.

nadjak77 commented 4 months ago

Thank you. Yes, it seems to be a caching problem. Now it works.