مدیاویکی:Common.css: تفاوت میان نسخه‌ها

    جزبدون خلاصۀ ویرایش
    جزبدون خلاصۀ ویرایش
    خط ۳۲: خط ۳۲:
    font-style: normal;
    font-style: normal;
    src: url('/static/fonts/IranNastaliq.woff2') format('woff2')
    src: url('/static/fonts/IranNastaliq.woff2') format('woff2')
    }
    @font-face {
    font-family: 'Quran';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/static/fonts/me_quran.woff2') format('woff2');
    }
    }


    خط ۶۱: خط ۶۹:
    font-style: normal;
    font-style: normal;
    font-weight: normal;
    font-weight: normal;
    }
    .quran-text {
    font-size: 18px;
    }
    .quran-text span:nth-child(1) {
        padding: 0 0 0 2px;
    }
    .quran-text span:nth-child(2) {
    font-family: Quran, Tahoma,'DejaVu Sans';
    word-spacing: 3px;
    color: #215e21;
    font-size: 18px;
    line-height: normal;
    }
    .quran-text span:nth-child(3) {
        padding: 0 2px 0 0;
    }
    }