You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: