Makes all fields for all issues RTL & uses Vazirmatn font.
Better Farsi In YouTrack by sazary
Details
Authorsazary
LicenseNo License
Categoryfarsi, youtrack
Created
Updated
Size876 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 Better Farsi In YouTrack
@version 20220730.08.14
@namespace userstyles.world/user/sazary
@description Makes all fields for all issues RTL & uses Vazirmatn font.
@author sazary
@license No License
==/UserStyle== */
@-moz-document domain("miare.myjetbrains.com") {
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn&display=swap');
:root {
--ring-font-family: "Vazirmatn", system-ui, Arial, sans-serif;
}
.ProseMirror {
direction: rtl;
text-align: right;
font-family: "Vazirmatn";
}
yt-markup {
direction: rtl;
text-align: right;
font-family: "Vazirmatn";
}
h1 {
direction: rtl;
text-align: right;
font-family: "Vazirmatn";
}
.yt-agile-card__summary {
font-family: "Vazirmatn";
}
.yt-agile-card__description {
direction: rtl;
font-family: "Vazirmatn";
}
}