LoginSignup
1
1

More than 5 years have passed since last update.

SafariでWEBフォント細杉問題

Last updated at Posted at 2015-11-20

Safariで細いWebフォント(Robotoのfont-weight:100とか)使うと、Safariで超細杉問題が発生。
そこで、こうしたらだいぶマシになりました。他にいい方法あるかしら?

_font-fix-safari.scss
.safari #hoge {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 0.5px;
}
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1