Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #97026
    Onna
    Participant

    I want to have options to change font size in the content. Can you provide the CSS?

    Also, how can I add some Serif fonts into the content, can I use google fonts?

    OnnaLoMD.com

    #97040
    Mahesh
    Keymaster

    @onnalomd: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #main .entry-content {
        font-size: 14px;
        font-family: "Droid Serif";
    }

    Note:
    1. Please adjust the font size as desired.
    2. Please use your desired serif font.

    Regards,
    Mahesh

    #99706
    Onna
    Participant

    would this same code allow me to add more than 1 google fonts to my website?
    There’s currently a drop down menu for typical web fonts for my website as part of the Pro feature, will I be able to add a google font like Raleway to the drop down menu, so i can go back and forth with different font choices?

    Yours
    Onna

    onnalomd.com

    #99735
    Mahesh
    Keymaster

    @onnalomd: Yes, you can add as many font as you want to, in different elements, because using two or more fonts in one element doesn’t make any sense. No you cannot add font to drop down, please use custom CSS instead.

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to add font size changes to the toolbar’ is closed to new replies.