Project:Snapshot/info
提供: Opera Wiki
[編集] フォントが汚い
以下のテキストをUTF-8で保存して、.cssとして使う。
- profileフォルダにある\styles\user\にcssを保存
- メニューボタン→ページ→スタイル→標準フォントに強制的に固定
@charset "utf-8"; /* Name: 標準フォントに強制的に固定 */ /* font-family */ *{ font-family:normal !important; } html[lang="en"] *{ font-family:normal !important; } html[lang="en-US"] *{ font-family:normal !important; } address{ font-family:normal !important; } pre, pre *, code, samp, var, tt{ font-family:normal !important; } h1, h1 *, h2, h2 *{ font-family:normal !important; } h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 *{ font-family:normal !important; } /* font-style */ *{ font-style:normal !important; } h1{ font-style:italic !important; } /* font-weight */ *{ font-weight:normal !important; } h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 *, dt, dt *, th, b, em, strong, a[target="_blank"]:after{ font-weight:bold !important; }