Created
November 21, 2019 04:06
-
-
Save amaya382/7f67b517b5f79107fa6b489fb9446dc4 to your computer and use it in GitHub Desktop.
Eliminate windows fonts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { | |
font-family: "MS Pゴシック"; | |
src: local("剣暎ゴシックP"); | |
} | |
@font-face { | |
font-family: "MS ゴシック"; | |
src: local("剣暎ゴシックP"); | |
} | |
@font-face { | |
font-family: "メイリオ"; | |
src: local("剣暎ゴシックP"); | |
} | |
@font-face { | |
font-family: "Meiryo"; | |
src: local("剣暎ゴシックP"); | |
} | |
@font-face { | |
font-family: "Arial"; | |
src: local("剣暎ゴシックP"); | |
} | |
@font-face { | |
font-family: "arial"; | |
src: local("剣暎ゴシックP"); | |
} | |
@font-face { | |
font-family: "Helvetica"; | |
src: local("剣暎ゴシックP"); | |
} | |
@font-face { | |
font-family: "sans-serif"; | |
src: local("剣暎ゴシックP"); | |
} | |
@font-face { | |
font-family: "MS PGothic"; | |
src: local("剣暎ゴシックP"); | |
} | |
@font-face { | |
font-family: "sans-serif"; | |
src: local("剣暎ゴシックP"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment