Skip to content

Instantly share code, notes, and snippets.

@mono0x
Last active August 19, 2018 07:46
Show Gist options
  • Save mono0x/0b92813bc9db7921c25a2590d51465db to your computer and use it in GitHub Desktop.
Save mono0x/0b92813bc9db7921c25a2590d51465db to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name font-face for macOS
@namespace https://gist.github.com/mono0x
@version 0.0.1
@license MIT
==/UserStyle== */
@font-face {
font-family: "MS PGothic";
src: local("Hiragino Kaku Gothic ProN");
}
@font-face {
font-family: "MS UI Gothic";
src: local("Hiragino Kaku Gothic ProN");
}
@font-face {
font-family: "AppleGothic";
src: local("Hiragino Kaku Gothic ProN");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment