Font-weight of Lato font to 100

  • Posted in : Read WP
  • pdjr
    Participant

    Hi! I through customisation at theme settings I set the font to Lato for the content to Lato. However, I would like to use the Ultra Light version (100) for it. Which CSS string should I attach in the input field?

    Thanks :)

    pdjr
    Participant

    What I did is:

    .entry-content { font-size: 90%; font-weight: 100; }

    It doesn’t give me the Lato:100 that is avaible at Google, however when I do

    .entry-content { font-size: 90%; font-weight: 800; }

    It does make my font a whole lot heavier. Why doesn’t the 100 work?

    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    @import url( "http://fonts.googleapis.com/css?family=Lato:100" );
    
    html
    {
    font-family: "Lato", sans-serif;
    font-weight: 100; 
    }
    
Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register