Hello, The Egyptian Developers,
Thank you for reaching out to us with your request.
Unfortunately, our theme does not currently offer the feature you have requested. However, you may achieve the desired effect through additional customization. To incorporate the font, you can utilize the @font-face rule, as detailed at https://css-tricks.com/snippets/css/using-font-face-in-css/. Subsequently, you can apply custom CSS to assign the font to the body of the RTL version as follows:
body.rtl, .rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6, .rtl .products-title, .header-main-menu.et_element-top-level .menu>li>a {
font-family: Cairo, sans-serif !important;
}
We trust that the information provided will be of significant assistance to you.
Best Regards,
8Theme’s Team