github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/doc/themes/docsy/assets/scss/rtl/_main.scss (about) 1 body:lang(fa), 2 body:lang(ar), 3 body:lang(az), 4 body:lang(dv), 5 body:lang(he), 6 body:lang(ku), 7 body:lang(ur) { 8 9 @import 'spacing'; 10 11 direction: rtl; 12 text-align: right; 13 14 .dropdown-menu { 15 text-align: right; 16 } 17 18 .text-right { 19 text-align: left !important; 20 } 21 22 pre { 23 text-align: left; 24 direction: ltr; 25 } 26 27 .td-rss-button { 28 left: 1rem !important; 29 right: auto !important; 30 } 31 } 32 33 body:lang(fa) { 34 @import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font@v27.0.1/dist/font-face.css'); 35 font-family: 'Vazir', "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; 36 } 37 38 body:lang(he) { 39 @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap'); 40 font-family: 'Rubik', "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; 41 } 42 43 body:lang(ar) { 44 @import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700&display=swap'); 45 font-family: 'Tajawal', "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; 46 }