10/06/29 02:17:01 B57ZEGns0
俺はこれで強制的にメイリオ化、フォームの入力だけ崩れ防止で変えてる
/* font-family */
*{ font-family:"メイリオ" !important }
input {font-family: "MS Pゴシック" !important }
html[lang="en"] *{ font-family::"メイリオ", sans-serif !important; }
html[lang="en-US"] *{ font-family:"メイリオ", sans-serif !important; }
address{ font-family:"Comic Sans MS", sans-serif !important }
pre, pre *, code, samp, var, tt{ font-family:"メイリオ", monospace !important }
h1, h1 *, h2, h2 *{ font-family:"メイリオ", fantasy !important }
h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 *{ font-family:"メイリオ", sans-serif !important }
フォント直ったって言ってるけど上書きインスコだから結局直ってない頃のCSS使ってる・・・orz