Skip to content

Instantly share code, notes, and snippets.

@niceb5y
Last active August 25, 2018 07:43
Show Gist options
  • Save niceb5y/1717486acf303e114b0feb8502e017a9 to your computer and use it in GitHub Desktop.
Save niceb5y/1717486acf303e114b0feb8502e017a9 to your computer and use it in GitHub Desktop.
nikkei.com의 제목 폰트 굵기가 Safari에서 제대로 표시되지 않는 현상을 수정합니다.
@font-face {
font-family: "ヒラギノ角ゴ Pro W3";
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: "ヒラギノ角ゴ Pro W3";
src: local(HiraginoSans-W6);
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment