[ad_1]
I see it as a non-script font with Chrome on Linux. How are you loading the font?
It’s not in the fonts you pull from Google — that is this line:
But is referenced here:
.cursive-font{
font-family: "Brush Script MT", Brush Script Std, cursive;
} As that font seems to be part of Office, it may only show up on people who are using an officially licensed copy of MS Office.
You’ll need to explicity source the font if you want it to be seen by everyone or add a similar font to your list of Google fonts.
Thread Starter
JD
(@daiseedlittle)
You taught me about 6 things there man. I appreciate it. Didn’t add the font because I saw a better one already in there 🙂
