カテゴリー:
CSS
閲覧数:558 配信日:2014-09-05 18:25
Yahoo!JAPAN
2012/1/26時点の、Yahoo!JAPAN / トップページ / フォントfont-family設定
body {
font-family: "MS PGothic","Osaka",Arial,sans-serif;
}
2012/1/26時点の、Yahoo!JAPAN / ニュース個別ページ / フォントfont-family設定
body {
color: #333333;
font-family: "MS PGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","sans-serif";
}
NHK
2014-9-5頃
HTML
・htmlへ直書している理由は、文字の大きさをユーザが選択変更可能にするため
<body id="detail" style="font-size: 13px;">
CSS
media="screen, projection"
body {
font: 13px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "MS Pゴシック", Arial, verdana, sans-serif;
color: #333;
background: #f4f5ed url(../images/bg.png);
}
media="screen, projection"
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
ライブドア
2014-9-5頃
CSS
body {
line-height: 1.231;
color: #2d2d2d;
font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',arial,sans-serif;
font-size: 16px;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
font-size: 100%;
word-break: break-all;
word-wrap: break-word;
}
NAVERまとめ
2014-9-5頃
CSS
body.ExOsWin {
font-family: Meiryo,"MS PGothic",arial,sans-serif;
}
body {
font: 12px/1.5 arial,sans-serif;
}