Safariで細いWebフォント(Robotoのfont-weight:100
とか)使うと、Safariで超細杉問題が発生。
そこで、こうしたらだいぶマシになりました。他にいい方法あるかしら?
_font-fix-safari.scss
.safari #hoge {
-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-stroke: 0.5px;
}
Go to list of users who liked
More than 5 years have passed since last update.
Safariで細いWebフォント(Robotoのfont-weight:100
とか)使うと、Safariで超細杉問題が発生。
そこで、こうしたらだいぶマシになりました。他にいい方法あるかしら?
.safari #hoge {
-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-stroke: 0.5px;
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked