Hi
– another silly matter –
I have imported a few fonts via “Ultimate” plugin and though many work, one does not show in Firefox. I have tried several online suggestions to enter additional code into the Custom CSS, but none have worked. I see in the Firefox Web Developer Console that the font has not been downloaded. It does though show in Safari.
– Have you simple CSS code to make .h5 into the Google font: Give You Glory
I have tried many things, including this below, where the simple class only works for the other definitions. Not sure about @import:
@import url(‘https://fonts.googleapis.com/css?family=Give+You+Glory’);
h5 {
font-family: “Give You Glory” !important;
}
Other online suggestions prefer to add code to the <head> but that is not an option with Royal.
– Sorry about this trivial question.