Skip to content

Instantly share code, notes, and snippets.

@amiraliakbari
Created April 29, 2018 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amiraliakbari/8692d5128ebe8ecdf7ad2164c89c815c to your computer and use it in GitHub Desktop.
Save amiraliakbari/8692d5128ebe8ecdf7ad2164c89c815c to your computer and use it in GitHub Desktop.
Slack Persian Fix
@font-face {
font-family: 'IRANSans';
src : url("https://ir-cloud.ir/fonts/IRANSansFaNum/eot/IRANSansWeb(FaNum).eot"), url('https://ir-cloud.ir/fonts/IRANSansFaNum/woff/IRANSansWeb(FaNum).woff') format('woff'), url('https://ir-cloud.ir/fonts/IRANSansFaNum/ttf/IRANSansWeb(FaNum).ttf') format('truetype'), url("https://ir-cloud.ir/fonts/IRANSansFaNum/woff2/IRANSansWeb(FaNum).woff2") format('woff2');
}
.c-message {
font-family: 'IRANSans', 'B Nazanin';
}
.c-message__content {
direction: rtl;
padding-right: 30%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment