How to change the default font in Dzonia Theme

Discussion in 'Dzonia WordPress Theme' started by sbatson01, Aug 9, 2019.

  1. sbatson01

    sbatson01 New Member

    Joined:
    Jul 31, 2017
    Messages:
    15
    Likes Received:
    0
    Currently, my site defaults to Trebuchet MS at 10pt when I create a new page or post.

    I'd like to change it to Verdena 16pt.

    Is there a simple way to do this?
     
  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm wishes from InkThemes,

    Would you please share the website URL with us?

    Along with that kindly share the screenshot of the area of which you want to change the font.

    We will then provide you the needful information.

    Regards,
    Shemaela
    InkThemes.com
     
  3. sbatson01

    sbatson01 New Member

    Joined:
    Jul 31, 2017
    Messages:
    15
    Likes Received:
    0
    I'm not sure why you need my website address as this isn't specific to any website, it's specific to the Dzonia theme.

    My website is http://www.saccitytech.com

    I know how to change the font when working with a page, but I'd like to be able to set the default font when creating a new page to be Verdena 16pt. I've manually changed the font on most, if not all of my pages to Verdena 16pt, but each time I create a new page, it starts up as Trebuchet MS at 10pt and I have to change the font for the text on that page.

    I'm hoping there is a setting or some code you can provide me to change the default.

    Thanks.
     
  4. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    Yes, we know that we can let you know it from the D'zonia theme itself.

    But, we asked for the website URL because we want to provide you with the appropriate solution as you might have made some changes in your website and in the theme.

    And to change the whole font on the theme, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard->Appearance->Customize->Additional CSS).

    Code:
    body {
        font: 16px 'Verdana', sans-serif;
    }
    Let me if you want something different then we will assist you regarding that.

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page