diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/css/hebrewparsetrainer.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/css/hebrewparsetrainer.css b/public/css/hebrewparsetrainer.css index 8ca939f..03c661c 100644 --- a/public/css/hebrewparsetrainer.css +++ b/public/css/hebrewparsetrainer.css @@ -64,9 +64,14 @@ body { } .hebrew { + direction: rtl; font-family: 'Ezra SIL', David; } +.ltr { + direction: ltr; +} + .hebrew-large { font-size: 40px; } |