Vazirmatn font for twitch chat
Vazirmatn for Twitch Chat by arashm
Details
Authorarashm
LicenseMIT
Categorytwitch.tv
Created
Updated
Size463 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name twitch.tv
@version 20250211.20.37
@namespace twitch
@description Vazirmatn for Twitch Chat
@author Arash Mousavi
@license MIT
==/UserStyle== */
@-moz-document domain("twitch.tv") {
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap');
.chat-line__message {
font-family: 'Vazirmatn';
font-size: 1.5rem;
}
.chat-wysiwyg-input__editor {
font-family: 'Vazirmatn';
}
}