Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #564814

    HI,
    on my page below I use Lato; for H1 in “light”. Looks nice with most browsers, but not on Safari (H1 text within green bars barely visible).

    I did find this topic: https://kriesi.at/support/topic/safari-font-rendering-too-light/

    But what is in my case the easiest way to solve it?

    Thx a lot and best regards, Tilman

    #564817

    Hi Tilman!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-safari .avia_textblock h1 {
    -webkit-font-smoothing: subpixel-antialiased; 
    }

    Regards,
    Yigit

    #564822

    Thx Yigit, for your quick reply.
    Its better, but still very thin vs. other browsers…

    #564829

    Hi!

    Please change the code to following one

    .avia-safari .avia_textblock h1 {
    -webkit-font-smoothing: subpixel-antialiased; 
    font-weight: normal!important;
    }

    Best regards,
    Yigit

    #564840

    Hi
    …then it´s normal :-) which results e.g. on iPad to a H1 word-wrap on the subpage below

    Any other way to get it “light” , but readable on Safari ?

    #564860

    Hey!

    Please change the code to following one

    .avia-safari .avia_textblock h1 {
    -webkit-font-smoothing: subpixel-antialiased; 
    font-weight: 300!important;
    }

    Cheers!
    Yigit

    #564867

    Pretty cool :-)

    Thx a lot, Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Late Font too light in Safari’ is closed to new replies.