Snið:Script/styles hebrew.css

Úr Wikipediu, frjálsa alfræðiritinu
/* Desktop */
@media screen and (min-width: 720px) {
	:lang(he),
	.script-hebrew,
	.script-Hebr {
		font-family: 'SBL Hebrew', 'SBL BibLit', 'Taamey Ashkenaz', 'Taamey Frank CLM', 'Frank Ruehl CLM', 'Ezra SIL', 'Ezra SIL SR', 'Keter Aram Tsova', 'Taamey David CLM', 'Keter YG', 'Shofar', 'David CLM', 'Hadasim CLM', 'Simple CLM', 'Nachlieli', Cardo, Alef, 'Noto Serif Hebrew', 'Noto Sans Hebrew', 'David Libre', David, 'Times New Roman', Gisha, Arial, FreeSerif, FreeSans;
		font-family /**/:inherit;
	}
}

/* Mobile */
@media screen and (max-width: 720px) {
	:lang(he),
	.script-hebrew,
	.script-Hebr {
		font-family: "Arial Hebrew", "Segoe WP", "DjVu Sans"
	}
}