Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #217365

    Jarradh
    Participant

    Hello,
    I need to run Georgia globally as the default font across everything. Can you help me with a code to do that?

    Many thanks.

    #217634

    Christian
    Moderator

    Hey Jarradh,

    Please add the code below in your Appearance > Customize > Custom > CSS.

    body {
    font-family: "Georgia", serif;
    }

    Hope that helps. 🙂

    #217878

    Jarradh
    Participant
    This reply has been marked as private.
    #218077

    Christian
    Moderator

    You’re welcome Jarradh.