Skip to content

Vazirmatn Font for Telegram Web by ameer

Details

Authorameer

LicenseNo License

Categoryweb.telegram.org

Created

Updated

Size3.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A simple style for Telegram Web which is using Vazirmatn font; the simple and readable font by Saber Rastikerdar.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           web.telegram.org - Nov 2023
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A theme for Telegram Web using Vazir Font
@author         Ameer Mousavi
==/UserStyle== */
@-moz-document domain("web.telegram.org") {
    /* Generated by script */
    @font-face {
        font-family: Vazirmatn;
        src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@33.003/fonts/webfonts/Vazirmatn-Thin.woff2') format('woff2');
        font-weight: 100;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: Vazirmatn;
        src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@33.003/fonts/webfonts/Vazirmatn-ExtraLight.woff2') format('woff2');
        font-weight: 200;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: Vazirmatn;
        src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@33.003/fonts/webfonts/Vazirmatn-Light.woff2') format('woff2');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: Vazirmatn;
        src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@33.003/fonts/webfonts/Vazirmatn-Regular.woff2') format('woff2');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: Vazirmatn;
        src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@33.003/fonts/webfonts/Vazirmatn-Medium.woff2') format('woff2');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: Vazirmatn;
        src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@33.003/fonts/webfonts/Vazirmatn-SemiBold.woff2') format('woff2');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: Vazirmatn;
        src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@33.003/fonts/webfonts/Vazirmatn-Bold.woff2') format('woff2');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: Vazirmatn;
        src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@33.003/fonts/webfonts/Vazirmatn-ExtraBold.woff2') format('woff2');
        font-weight: 800;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: Vazirmatn;
        src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@33.003/fonts/webfonts/Vazirmatn-Black.woff2') format('woff2');
        font-weight: 900;
        font-style: normal;
        font-display: swap;
    }
    html,
    body, #editable-message-text {
        font-family: Vazirmatn, sans-serif !important;
    }
    .chat-info{
        position: relative;
    }

    .chat-info::before {
        content: '✒️به یاد صابر راستی‌کردار🕯️';
        right: 5px;
        position: absolute;
        line-height: 20px;
        top: 12px;
        filter: blur(0px) !important;
        color: rgb(202, 201, 201)
    }
    .ripple-container, .custom-emoji.emoji {
        display: none !important;
    }
    .dialog-subtitle-flex .dialog-subtitle-span {
        filter: blur(4px);
        transition: all 0.3s ease-in-out;
    }
    .chatlist-chat:hover .dialog-subtitle-span {
        filter: blur(0);
    }
}

Reviews

No reviews yet.