Skip to content

Instantly share code, notes, and snippets.

@martianboy
Created October 6, 2016 20:43
Show Gist options
  • Save martianboy/bdfde62a83734bd361afdf72a62ca136 to your computer and use it in GitHub Desktop.
Save martianboy/bdfde62a83734bd361afdf72a62ca136 to your computer and use it in GitHub Desktop.
استایل کامنت‌های فارسی برای گیت‌لب با فونت وزیر
body {
font-family: "Source Sans Pro", "Helvetica Neue", Vazir, Helvetica, Arial, sans-serif
}
.diff-file .notes_holder {
font-family: "Source Sans Pro", "Helvetica Neue", Vazir, Helvetica, Arial, sans-serif
}
ul.notes .timeline-icon {
float: right;
}
ul.notes .timeline-content {
margin-left: initial;
margin-right: 55px;
}
ul.notes .note .note-body .note-text {
direction: rtl;
text-align: right;
}
ul.notes .note .note-body .note-text p>code,
ul.notes .note .note-body .note-text code {
display: inline-block;
direction: ltr;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment