MediaWiki:Common.css: Perbedaan revisi

Dari Isa Mujahid Islam
Loncat ke navigasi Loncat ke pencarian
(←Membuat halaman berisi '→‎CSS yang ada di sini akan diterapkan pada semua kulit.: @font-face{ font-family:'noorehuda'; src:local("noorehuda"), url(https://www.alislam.org/quran/app/st...')
 
Baris 8: Baris 8:
 
/* font-weight:400; */
 
/* font-weight:400; */
 
/* font-style:normal; */
 
/* font-style:normal; */
 +
}
 +
 +
.quran {
 +
    direction: rtl;
 +
    font-family: 'Scheherazade', serif;
 +
    font-size: 30px;
 +
    text-align: right;
 +
    line-height: 200%;
 
}
 
}

Revisi per 31 Desember 2021 04.02

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

@font-face{
	font-family:'noorehuda';
	src:local("noorehuda"),
		url(https://www.alislam.org/quran/app/static/media/noorehuda-webfont.e3f34e1d.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%;
}