[Embed] Fix font for ar-lang

This commit is contained in:
Julia Radzhabova
2024-11-23 23:25:50 +03:00
parent 8381779ff4
commit 555bbdcd4c

View File

@ -89,6 +89,12 @@
overflow: hidden;
}
.embed-body.rtl-font {
&[applang=ar] {
font-family: system-ui, -apple-system, "Geeza Pro", "Segoe UI", "Traditional Arabic", "Noto Sans";
}
}
// Document Viewer
// -------------------------
.viewer {
@ -671,6 +677,7 @@
text-align: center;
.close {
font-family: Arial, sans-serif;
margin-top: 0;
opacity: 0.5;
.rtl & {
@ -821,6 +828,9 @@
.tooltip-arrow {
display: none;
}
.embed-body.rtl-font[applang=ar] & {
font-family: system-ui, -apple-system, "Geeza Pro", "Segoe UI", "Traditional Arabic", "Noto Sans";
}
}
.form-control {