• Resolved MrVeins

    (@mrveins)


    BLOG: mrveins.com

    1st: What type of font is being used for the body of my posts?

    2nd: How do I change my post titles’ font to this particular font? (same as the body of my posts).

    3rd: Possible to change the title of my website in the header to this font as well?

    – MR. VEINS

    THANK YOU IN ADVANCE!

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1:
    Font is Roboto

    2:
    Add this to your css:

    .entry-title {
    font-family: ‘Roboto’, sans-serif;
    }

    3:
    Add this to your css:

    .site-title a {
    font-family: ‘Roboto’, sans-serif;
    }

    Thread Starter MrVeins

    (@mrveins)

    Lifesaver.

    Thank you +

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Change Post Title FONT?’ is closed to new replies.