Archived topic
Font missing
3 replies · Started by Andrea on August 14, 2015
Hello Tom,
This is a Google translation, I am french:
I am new GP user and I am very happy! It is easy to modify, even for a novice like me. Besides GP is in French and it helps tremendously!
I have a small problem: I want to use the Times font, but it is not in the list of add-on Typography fonts. How to add this font?
Thanks for your help !
Best regards
Andrea
Hi Andrea,
Glad you're enjoying GP! It has been translated to French by one of our awesome users, Philippe! :)
I was looking into why I didn't include Times New Roman as a font, and I believe it's because "Georgia" is practically the same font. The font stack goes: Georgia, Times New Roman, Times, serif.
This means if the user doesn't have Georgia installed, it will show Times and so on.
If you want to skip Georgia, you can do something like this in CSS:
body {
font-family: Times New Roman, Times, Georgia, serif;
}
Hope this helps :)
Yes, Thanks you!
I chose Georgia meantime and it works for my layout because I update my old website and I have to take back the pages already made.
I have to look every day of small solutions in WP, as and extent of my progress. And we know: the devil is in the details, as the saying French.
Thank you for your quick help!
Andrea
You're welcome! :)