Skip to content

Instantly share code, notes, and snippets.

@kanjieater
Created May 21, 2019 23:16
Show Gist options
  • Save kanjieater/615970b7fe1d130f9927d3706a92c172 to your computer and use it in GitHub Desktop.
Save kanjieater/615970b7fe1d130f9927d3706a92c172 to your computer and use it in GitHub Desktop.
<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>
@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