Skip to content

Instantly share code, notes, and snippets.

@mono0x
Created August 19, 2018 07:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mono0x/d8076f50adc6dcefbf889df09fa802fd to your computer and use it in GitHub Desktop.
Save mono0x/d8076f50adc6dcefbf889df09fa802fd to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name font-face for Windows
@namespace https://gist.github.com/mono0x
@version 0.0.1
@license MIT
==/UserStyle== */
@font-face {
font-family: "MS Pゴシック";
src: local("Meiryo"), local("メイリオ"), local("MS Pゴシック");
}
@font-face {
font-family: "MS PGothic";
src: local("Meiryo"), local("メイリオ"), local("MS Pゴシック");
}
/* Windows Vista+ */
@font-face {
font-family: "MS UI Gothic";
src: local("Meiryo UI"), local("MS UI Gothic");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment