mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[Embed] Fix font for ar-lang
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user