• Does anyone know how to change the font in the modularity lite theme?

    My site is here: gregorytran.com

    I’d like to change the font to the default from the Modularity theme.

    I’ve looked in the style.css and the stylesheets for the modularity theme also, but can’t find where it talks about font-family anywhere! Isn’t that the tag i’m supposed to be looking for?

Viewing 3 replies - 1 through 3 (of 3 total)
  • looks like its in screen.css

    border:0 none;
    font-family:inherit; (change this to what ever font family you want)
    font-size:100%;
    font-style:inherit;
    font-weight:inherit;
    margin:0;
    padding:0;
    vertical-align:baseline;

    Thread Starter syphlix

    (@syphlix)

    wow awesome thanks… that helped so much… now i know where to look for other stuff as well…

    Hey there,

    I’ve been having issues with font in Modularity Lite as well. My code is screen.css reads as:

    .post h4, .post h6 {
    font-family: font-family: Didot, Granjon, Georgia, serif;
    font-size: 12px;

    BUT everything onscreen is sans-serif, and no matter how many different kinds of fonts or size of fonts I change it to, the images onscreen remain the same! Is there some kind of override or something somewhere in the code that is preventing me?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to change the font of modularity lite’ is closed to new replies.