Vazirmatn Font for RTL texts
Vazirmatn for x.com / twitter.com by arashm
Details
Authorarashm
LicenseMIT
Categoryx.com
Created
Updated
Size744 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 Vazirmatn for x.com / twitter.com
@version 20240521.16.03
@namespace https://userstyles.world/user/arashm
@description Vazirmatn Font for RTL texts
@author arashm
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://x.com/"), url-prefix("https://twitter.com/") {
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap');
div[lang="fa"],
div[lang="ar"],
[dir="rtl"][role="link"],
[dir="rtl"] .r-1k78y06 {
font-family: 'Vazirmatn' !important;
font-size: 1.1rem !important;
line-height: 1.6rem !important;
}
div[data-testid="card.layoutLarge.media"] div.r-37j5jr, .public-DraftStyleDefault-rtl {
font-family: 'Vazirmatn' !important;
}
}