Created
April 29, 2018 13:38
-
-
Save amiraliakbari/8692d5128ebe8ecdf7ad2164c89c815c to your computer and use it in GitHub Desktop.
Slack Persian Fix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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