Skip to content

Instantly share code, notes, and snippets.

@diskshima
Last active August 29, 2015 14:09
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 diskshima/37bb9751abd83c9197b2 to your computer and use it in GitHub Desktop.
Save diskshima/37bb9751abd83c9197b2 to your computer and use it in GitHub Desktop.
Metro アプリでフォントが使えない場合の対処法 ref: http://qiita.com/diskshima/items/602bdaf9800d6d36d7ab
@font-face {
font-family: "88ttf";
src: url("/fonts/88ttf.ttf") format('truetype');
}
body {
font-family: 88ttf;
}
gcc embed.c -o embed
embed 88ttf.ttf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment