Add fallback fonts
This commit is contained in:
parent
de3fcdde1a
commit
2324189992
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ html {
|
|||
}
|
||||
|
||||
.font-amiri {
|
||||
font-family: "Amiri Quran Regular";
|
||||
font-family: "Amiri Quran Regular", "Scheherazade", "Arial", sans-serif;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,7 +21,7 @@ body .root .content.theme {
|
|||
body .root .content.theme.rtl {
|
||||
ul.body.stream[lang="ar"] {
|
||||
li.ayah p {
|
||||
font-family: "Amiri Quran Regular";
|
||||
@extend .font-amiri;
|
||||
}
|
||||
}
|
||||
ul.body.stream {
|
||||
|
|
Loading…
Reference in a new issue