MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(lang=ja consistent font-family)
mNo edit summary
Line 62: Line 62:
/* Japanese font fallback */
/* Japanese font fallback */
html, body {
html, body {
font-family: sans-serif, "Yu Gothic", YuGothic;
font-family: sans-serif, meiryo, meiryo ui, Yu Gothic, YuGothic;
}
}


*:lang(ja) {
*:lang(ja) {
font-family: "Yu Gothic", YuGothic, sans-serif;
font-family: meiryo, meiryo ui, Yu Gothic, YuGothic, sans-serif;
}
}