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
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
Thx Yigit, for your quick reply.
Its better, but still very thin vs. other browsers…
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
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 ?
Hey!
Please change the code to following one
.avia-safari .avia_textblock h1 {
-webkit-font-smoothing: subpixel-antialiased;
font-weight: 300!important;
}
Cheers!
Yigit
Pretty cool :-)
Thx a lot, Yigit