MediaWiki:Common.css: Difference between revisions

m
no edit summary
(lang=ja consistent font-family)
mNo edit summary
 
Line 62:
/* Japanese font fallback */
html, body {
font-family: sans-serif, "meiryo, meiryo ui, Yu Gothic", YuGothic;
}
 
*:lang(ja) {
font-family: "meiryo, meiryo ui, Yu Gothic", YuGothic, sans-serif;
}