Skip to content

Instantly share code, notes, and snippets.

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