[Resolved] Font missing

Home Forums Support [Resolved] Font missing

Home Forums Support Font missing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #129262
    Andrea

    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

    #129350
    Tom
    Lead Developer
    Lead Developer

    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 πŸ™‚

    #129399
    Andrea

    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

    #129419
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! πŸ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.