Skip to content

Commit

Permalink
Merge pull request #142 from STEPBible/adjust-Arabic-font-size
Browse files Browse the repository at this point in the history
Increase Arabic font size
  • Loading branch information
sabdelmalik authored Oct 3, 2023
2 parents dc9d310 + 1a5b79c commit c821856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions step-web/src/main/webapp/scss/fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
.arabicFont {
font-family: Amiri;
line-height: 1.8 !important;
font-size: 120%;
font-size: 160%;
}

.chineseFont {
Expand Down Expand Up @@ -63,7 +63,7 @@
}

td {
&.copticFont, &.syriacFont, &.burmeseFont, &.arabicFont, &.chineseFont, &.khmerFont {
&.copticFont, &.syriacFont, &.burmeseFont, &.chineseFont, &.khmerFont {
font-size: 100%;
}
}

0 comments on commit c821856

Please sign in to comment.