Right to Left Support for app.clickup.com (Microsoft TEAMS)
RTL is used for several languages such as Persian (Farsi), Arabic, Hebrew.
Default font for some items, already changed to “Vazirmatn”.
RTL Support for teams.live.com by mahoor13
Details
Authormahoor13
LicenseNo License
Categoryteams.live.com, RTL
Created
Updated
Size880 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 RTL Support for teams.live.com
@version 20220708.11.00
@namespace userstyles.world/user/mahoor13
@description Right to Left Support for app.clickup.com (Microsoft TEAMS)
RTL is used for several languages such as Persian (Farsi), Arabic, Hebrew.
Default font for some items, already changed to “Vazirmatn”.
@author mahoor13
@license No License
==/UserStyle== */
@-moz-document domain("teams.live.com") {
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300&display=swap');
body, .cke_editable *, .app-small-font {
font-family: 'Vazirmatn', '-apple-system', BlinkMacSystemFont, 'Segoe UI', roboto, 'Helvetica Neue', helvetica, arial, sans-serif;
}
.cke_editable,
.feed-content .feed-message {
direction: rtl;
}
body .fui-FluentProvider1 {
--fontFamilyBase: inherit;
}
}