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

    Vik R
    Participant

    In the Customizer for Integrity, the popup for Typography->Body and Content->Body Font, doesn’t appear to include standard fonts such as Courier and Helvetica. What is the correct way to use Courier as the Body Font if this is desired?

    #103872

    Mrinal
    Member

    Hi Vik,

    You’ve to use Custom CSS of that, please share your website URL here so we can provide the CSS codes for you.

    #103876

    Vik R
    Participant

    That’s very kind of you. My site is vikrubenfeld.com.

    #103878

    Nabeel A
    Moderator

    Hey Vic,

    To use Courier font for your body content please add the following CSS code via Appearance > Customize > Custom > CSS:

    body {
    font-family: courier !important;
    }

    If you want to use Helvetica then use this instead:

    body {
    font-family: Helvetica !important;
    }

    Let us know if this works!

    #103907

    Vik R
    Participant

    Thanks very much!

    #103926

    Rad
    Moderator

    You’re so much welcome Vik!