MediaWiki:Common.css: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
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;
}