サブウェイ、常に野菜全マシしてもらってる
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
[CSS Nite LP47「Coder's High 2016」フォローアップ(7)山田 敬美さん(ピクセルグリッド) | CSS Nite公式サイト]( http://cssnite.jp/archives/post_2897.html )
```
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
```
「最新のシステムフォントに寄せる」
```
html {
font-family:
-apple-system,
BlinkMacSystemFont,
"Hiragino Kaku Gothic ProN",
MyYuGothicM,
Meiryo,
sans-serif;
}
```
「游ゴシックメインの指定」
```
html {
font-family:
MyYuGothicM,
YuGothic,
-apple-system,
BlinkMacSystemFont,
"Hiragino Kaku Gothic ProN",
Meiryo,
sans-serif;
}
```
これは2年前の結論だから、今だと更に変わってるよね…