Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problems with cross-browser appearance (Font rendering & background brightness)

  • This topic is empty.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #40499
    Koopa
    Participant

    Hey guys, i can’t understand how a h1 and a background-image applied to the body can look so different in different browsers….

    Here an example: http://cl.ly/image/1F3D352h1r2o

    Are there any tricks to get that fixed ? It should actually look like in Safari ;)

    Many thanks

    #112808
    Paulie_D
    Member

    That looks like a custom font…that might be the initial starting point.

    #112809
    Koopa
    Participant

    yes it is but why thats a problem?

    #112810
    Paulie_D
    Member

    Because different browsers use different font files and there are rendering differences as you have noticed.

    Can you provide a link to a live site or show us the CSS for how you have implemented the font?

    #112811
    Koopa
    Participant

    http://codepen.io/Koopax/pen/Ldxeu

    I already tried to use an svg for that purpose that there also a rendering problem :(

    #112828
    TheDoc
    Member

    For Chrome you can try using:

    -webkit-font-smoothing: antialiased;

    As for the background image, I opened it up in Safari, Chrome and Firefox and it was identical in each. Are you using the same computer to test out the different browsers? Nothing should cause a difference like that unless you’ve got some separate CSS going on.

    #112830
    Koopa
    Participant

    Thanks for your reply.

    No, i’m using the same computer for testing which is running OS X Mountain Lion
    And there’s only 1 CSS

    #112834
    Koopa
    Participant

    -webkit-font-smoothing: antialiased; brings no improvment

    and I actually linked the wrong pattern, it is not the same as from subtle patterns.com, I darked it up using Photoshop…

    Quite strange all that stuff… I will try JPEG perhaps PNG is going crazy ;)

    #112838
    Koopa
    Participant

    Only the font rendering bug is left :)

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘CSS’ is closed to new topics and replies.