Thanks,
Yes, sure, I understand that if I want the entire headline, or body text to use that font, i could do it that way. But the issue is i want just the brand name to use that particular font, all the text surrounding it to use the font assigned to the element it sits in.
So I am trying to figure out how to use a different font just for a single word inside a line of text. Like so
'This would be the text in a regular font assigned, but THIS would be a completely different font. ’
If i do that via <span style=’ font-family:‘Oswald;’>this should be a different font or via this should be in the Oswald font and this text in the regular body font…, then the text inside the span does not render in the Oswald font.