diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss index 8bd1123ef..c28502fb6 100644 --- a/quartz/styles/base.scss +++ b/quartz/styles/base.scss @@ -645,3 +645,9 @@ iframe.pdf { transition: width 0.2s ease; z-index: 9999; } + +html[lang^="he"] *, +html[lang^="fa"] *, +html[lang^="ar"] * { + direction: rtl; +}