Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #267017

    Hi,

    I am getting through lot of pain configuring my fonts in the same way as: http://www.copyblogger.com/blog/
    My website is inducia.com built up on your great theme enfold.

    Whenever i try to replicate the font config of copyblogger, my fonts look so ugly and different.

    Please help me. Best, Adrien

    #267024

    Hi!

    You’d need to include that font (Museo Slab), use this article as a reference:
    http://css-tricks.com/snippets/css/using-font-face/

    Regards,
    Josue

    #267526

    Hi,

    I went to check your link but im not getting enough information to proceed and I am not even sure your reply answers my needs. Hence, le me recap what I am facing.

    On Chrome or other browser I am not getting the proper font consistancy and nice look as many good sites like the one you ve juste reefered to (http://css-tricks.com) or http://www.copyblogger.com/blog/.

    I don’t know what is the best configuration to get a nice looking font cross browsers. Right now I have set the font-weight at 300 but my fonts are now looking too thin (that’s why i contacted you) on Chrome. I am using OPEN-SANS i am ok to keep it if I get proper font rendering.

    This is my added CSS code for fonts:

    body {
    font-style: normal;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    }

    Please take a look and if you have any idea help me. Thanks a lot in advance. Adrien

    #267567

    Hey Adrien!

    Try changing:

    font-weight: 300;
    

    To:

    font-weight: bold;
    

    You can also use 400 or 600, here’s the file that’s getting included in your site:
    http://fonts.googleapis.com/css?family=Open+Sans:400,600

    Best regards,
    Josue

    • This reply was modified 10 years, 6 months ago by Josue.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.