Add fallback fonts
Some checks failed
The Quran / ci (push) Has been cancelled

This commit is contained in:
0x1eef 2024-09-25 14:29:04 -03:00
parent de3fcdde1a
commit 2324189992
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ html {
}
.font-amiri {
font-family: "Amiri Quran Regular";
font-family: "Amiri Quran Regular", "Scheherazade", "Arial", sans-serif;
}
}
}

View file

@ -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 {