MediaWiki:Common.css: Perbedaan revisi

Dari Isa Mujahid Islam
Loncat ke navigasi Loncat ke pencarian
Baris 4: Baris 4:
 
font-family:'noorehuda';
 
font-family:'noorehuda';
 
src:local("noorehuda"),
 
src:local("noorehuda"),
url(https://www.alislam.org/quran/app/static/media/noorehuda-webfont.e3f34e1d.ttf);
+
url(/fonts/noorehuda.ttf);
 
/* format("truetype"); */
 
/* format("truetype"); */
 
/* font-weight:400; */
 
/* font-weight:400; */

Revisi per 31 Desember 2021 04.29

/* CSS yang ada di sini akan diterapkan pada semua kulit. */

@font-face{
	font-family:'noorehuda';
	src:local("noorehuda"),
		url(/fonts/noorehuda.ttf);
	/* format("truetype"); */
	/* font-weight:400; */
	/* font-style:normal; */
}

.quran {
    direction: rtl;
    font-family: 'Scheherazade', serif;
    font-size: 30px;
    text-align: right;
    line-height: 200%;
}