Metro アプリでフォントが使えない場合の対処法 ref: http://qiita.com/diskshima/items/602bdaf9800d6d36d7ab
embed 88ttf.ttf
gcc embed.c -o embed
body {
font-family: 88ttf;
}
@font-face {
font-family: "88ttf";
src: url("/fonts/88ttf.ttf") format('truetype');
}