Skip to content

Instantly share code, notes, and snippets.

@akameco
Created December 6, 2014 09:23
Show Gist options
  • Save akameco/8daa5345cb5b4d3655cc to your computer and use it in GitHub Desktop.
Save akameco/8daa5345cb5b4d3655cc to your computer and use it in GitHub Desktop.
webフォント対策
@font-face {
font-family: "MS Pゴシック";
src: local("");
}
@font-face {
font-family: "MS PGothic";
src: local("");
}
@font-face {
font-family: "MS UI Gothic";
src: local("");
}
@font-face {
font-family: "Arial";
src: local("");
}
@akameco
Copy link
Author

akameco commented Dec 6, 2014

Stylishで新しいスタイルを書くにこれをポイと貼り付け。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment