Welcome to TalkGraphics.com
Results 1 to 10 of 28

Hybrid View

  1. #1
    Join Date
    Sep 2000
    Location
    Bracknell, UK
    Posts
    8,659

    Default Re: Thin fonts display too THICK in all browsers

    Quote Originally Posted by gwpriester View Post
    I am looking at my link on my Google Nexus and the fonts appear to have loaded OK. Except the one lite version.
    See post #11 - the reference in the stylesheet to the Google font is missing.

    In the Xara font stylesheet xr_fonts.css it shows

    .Thin_Head1 {font-family:'Roboto';font-weight:250;font-size:60px;color:#0463A0;letter-spacing:-0.0em;}

    with no link to Google
    While in the wordpress part we have

    @import url(http://fonts.googleapis.com/css?fami...subset=latin);

    That's why the font substitutions are happening in the Xara part.

    Anyone without the Roboto font on their computer will have the font substituted.

  2. #2
    Join Date
    Sep 2013
    Posts
    11

    Default Re: Thin fonts display too THICK in all browsers

    In xr_fonts.css I see the following:

    @import url(http://fonts.googleapis.com/css?fami...subset=latin);

    In custom_styles.css I see the following:

    .Thin_Head1 {font-family:'Roboto';font-weight:250;font-size:60px;color:#0463A0;letter-spacing:-0.0em;}

    Seems to me the fonts.css file has the reference to the Google api. Am I reading this wrong?

  3. #3
    Join Date
    Sep 2000
    Location
    Bracknell, UK
    Posts
    8,659

    Default Re: Thin fonts display too THICK in all browsers

    My bad, then - I missed xr_fonts.css .

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •