Last active
December 17, 2015 00:10
-
-
Save AmrEldib/5519246 to your computer and use it in GitHub Desktop.
Additional CSS needed to add RTL support and Amiri web font to Tumblr themes.
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
.arabic | |
{ | |
direction:rtl; | |
text-align:right; | |
font-size:1.1em; | |
font-family: 'Amiri', serif; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment