Snið:Script/styles japanese.css

Úr Wikipediu, frjálsa alfræðiritinu
@media screen and (min-width: 720px) {
	:lang(ja) {
    	font-family: "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic StdN", "Hiragino Maru Gothic ProN", "Code2000", "Arial Unicode MS", "Bitstream Cyberbit", "Bitstream CyberCJK", "IPAGothic", "IPAPGothic", "IPAUIGothic", "Kochi Gothic", "IPAMincho", "IPAPMincho";
    	font-family /**/:inherit;
	}
}

@media screen and (max-width: 720px) {
	:lang(ja) {
    	font-family: "Arial Unicode MS", "Noto Sans CJK", "Yu Gothic"
	}
}