MediaWiki:Mobile.css: Perbedaan revisi
Loncat ke navigasi
Loncat ke pencarian
k (menambahkan ukuran font menjadi 34) |
|||
Baris 6: | Baris 6: | ||
font-family:'noorehuda'; | font-family:'noorehuda'; | ||
src:local("noorehuda"), | src:local("noorehuda"), | ||
− | url( | + | url(https://ahmadipedia.id/arsip/fonts/noorehuda.ttf); |
/* format("truetype"); */ | /* format("truetype"); */ | ||
/* font-weight:400; */ | /* font-weight:400; */ |
Revisi per 28 Januari 2022 02.44
/* All CSS here will be loaded for users of the mobile site */
/* CSS yang ada di sini akan diterapkan pada semua kulit. */
@font-face{
font-family:'noorehuda';
src:local("noorehuda"),
url(https://ahmadipedia.id/arsip/fonts/noorehuda.ttf);
/* format("truetype"); */
/* font-weight:400; */
/* font-style:normal; */
}
.quran {
direction: rtl;
font-family: 'noorehuda', serif;
font-size: 34px;
text-align: right;
line-height: 200%;
}