ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down.
Read our Farewell Blog Post for more details.
Neither SCSS or CSS (although it is compiled eventually into CSS).
The definitions are in YAML. The originating source for the included fonts can be found in /templates/rt_photon/gantry/theme.yaml although you must not change this original file as it will be overwritten by template updates. The font files themeselves can be located in /templates/rt_photon/fonts.
Tell me what you are trying to do and why - there may be a better way.
Regards, Mark.
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
Hello,
I'm trying to obtain better performance in loading time as I'm trying to have better performance for SEO; I'm checking the opportunities to have a better result as per Google Lighthouse report.
The first point I'm trying to do is "Ensure text remains visible during webfont load"
web.dev/font-display/
what I'm trying to do is adding the "font-display: swap;" to @font-face definition.
As per my search I found and modified the media\gantry5\engines\nucleus\scss\vendor\bourbon\css3\_font-face.scss and added a line in it;
For the same reason I had to modify the file at media/gantry5/assets/css/font-awesome.min.css to add the same code.
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.