- This topic has 9 replies, 3 voices, and was last updated 8 years, 10 months ago by
Tom.
-
AuthorPosts
-
May 31, 2017 at 11:19 pm #326995
Jake
I’m using comic sans on my website header and in all preview modes it shows up that way. However, when I look at my real site on my phone, it’s definitely not comic sans. My URL is fitnessandhappinessforall.com
Why the heck is this happening? How do I fix it?
May 31, 2017 at 11:28 pm #327000Leo
StaffCustomer SupportHi Jake,
Looks comic sans to me: https://s29.postimg.org/jsw99a83r/2017-05-31_2327.png
Try clearing your browser cache.
Let me know.
June 1, 2017 at 12:12 am #327030Tom
Lead DeveloperLead DeveloperI’m seeing Comic Sans as well.
It could be that Comic Sans isn’t installed on your phone (likely).
June 1, 2017 at 12:21 am #327038Jake
I pulled it up on a tablet and it was comic sans. But when I cleared my cache and again tried my phone AND tried my girlfriends phone, both display a non-comic sans font. I can easily compare it as my logo is comic sans. Perhaps you could look on a phone to confirm what I am seeing? How would I fix this? I don’t even see a way to accidentally have different fonts on different screens?!
June 1, 2017 at 9:03 am #327209Tom
Lead DeveloperLead DeveloperWhat kind of phones?
June 1, 2017 at 9:06 am #327211Tom
Lead DeveloperLead DeveloperFor example, iPhones don’t have Comic Sans installed, so it won’t display it: https://stackoverflow.com/questions/7908973/comic-sans-missing-from-ios-build
June 3, 2017 at 11:24 am #328146Jake
Thank you. sorry for delayed response. So, can I set up a backup font without CSS (this is my first website and I could only figure out how to set one font under customize/typography)? How? Do you happen to know which fonts are truly universal across os and device?
June 4, 2017 at 12:01 am #328265Tom
Lead DeveloperLead DeveloperThe backup font for Comic Sans is simply “sans-serif”, which will choose the sans-serif font install on the device.
You would have to use CSS to set a different backup:
body { font-family: Comic Sans, Arial, Tahoma, sans-serif; }June 4, 2017 at 10:21 am #328446Jake
Thank you! Your reputation for customer service is s big reason I selected your theme and is seemingly well deserved.
Could you clarify though, can I just copy and paste that code (with whatever font families in whatever order i want) into the css stylesheet? Is it that simple or am I missing something? Again, forgive me, this is my first website and I’m trying to utilize other resources that aren’t you but I can’t find a clear answer meant for total noobs.
June 4, 2017 at 10:06 pm #328612Tom
Lead DeveloperLead DeveloperNo problem! You can add the CSS using these instructions: https://docs.generatepress.com/article/adding-css/
-
AuthorPosts
- You must be logged in to reply to this topic.