gantry / gantry5

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

Font awesome problem #3258

Open nadjak77 opened 3 weeks ago

nadjak77 commented 3 weeks 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 3 weeks 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 2 weeks ago

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