Created
May 21, 2019 23:16
-
-
Save kanjieater/615970b7fe1d130f9927d3706a92c172 to your computer and use it in GitHub Desktop.
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
<div class="fonts"> | |
<span style="font-family:YUMIN">{{Kanji}}</span> | |
<span style="font-family:YUGOTHB">{{Kanji}}</span> | |
<span style="font-family:HGRKK">{{Kanji}}</span> | |
<span style="font-family:HGRGY">{{Kanji}}</span> | |
<span style="font-family:AoyagiSosekiFont">{{Kanji}}</span> | |
<span style="font-family:PixelMplus12px-Regular">{{Kanji}}</span> | |
</div> |
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: YUMIN; src: url('_YUMIN.ttf'); } | |
@font-face { font-family: StrokeOrder; src: url('_StrokeOrder.ttf'); } | |
@font-face { font-family: HGRKK; src: url('_HGRKK.ttc'); } | |
@font-face { font-family: HGRGY; src: url('_HGRGY.ttc'); } | |
@font-face { font-family: YUGOTHB; src: url('_YUGOTHB.ttc'); } | |
@font-face { font-family: AoyagiSosekiFont; src: url('_AoyagiSosekiFont.ttf'); } | |
@font-face { font-family: PixelMplus12px-Regular; src: url('_PixelMplus12px-Regular.ttf'); } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment