Skip to content

Commit

Permalink
use Kufi font
Browse files Browse the repository at this point in the history
  • Loading branch information
maeyler committed Jul 8, 2024
1 parent 08ab5be commit 94416b6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
4 changes: 3 additions & 1 deletion code/reader.js
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,9 @@ function menuFn() {
} else if (t.classList.contains('hareke')) {
let h = Number(t.id[4])
if (h<0 || h>QTEXT.length) return
Q.qur = new QuranText(QTEXT[h], refreshPage)
let hh = h<3? 1 : 3 //tashkeel 2 unused
html.style.fontFamily = h==1? 'kufi' : 'Zekr'
Q.qur = new QuranText(QTEXT[hh], refreshPage)
setStorage('settings', 'tashkeel', h)
if (transIsChecked()) toggleTrans()
checkTrans()
Expand Down
Binary file modified image/hareke1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/hareke2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions reader.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@
starH innerText Yıldız Kaldır
tranB innerText Meal göster — T
tranH innerText Meal gizle — T
hare1 title Harekeleri gizle
hare2 title Harekeleri göster
hare3 title Tecvid işaretlerini göster
hare1 title Noktasız Kufi font
hare2 title Harekeleri gizle
hare3 title Harekeleri göster
kaynak innerText Kaynak:
yardim innerText Yardım — F1
pay1 innerText Paylaş (sayfa)
Expand Down Expand Up @@ -239,9 +239,9 @@
starH innerText Remove bookmark
tranB innerText Show translation
tranH innerText Hide translation
hare1 title Hide tashkeel (vowels)
hare2 title Show tashkeel (vowels)
hare3 title Show extended tashkeel
hare1 title Undotted Kufi font
hare2 title Hide tashkeel (vowels)
hare3 title Show tashkeel (vowels)
kaynak innerText Source:
yardim innerText Help — F1
pay1 innerText Share (page)
Expand Down Expand Up @@ -286,9 +286,9 @@
starH innerText إزالة علامة مرجعية
tranB innerText أظهر الترجمة
tranH innerText أخفي الترجمة
hare1 title Hide tashkeel (vowels)
hare2 title Show tashkeel (vowels)
hare3 title Show extended tashkeel
hare1 title Undotted Kufi font
hare2 title Hide tashkeel (vowels)
hare3 title Show tashkeel (vowels)
kaynak innerText مصدر:
yardim innerText مساعدة — F1
pay1 innerText شارك (صفحة)
Expand Down

0 comments on commit 94416b6

Please sign in to comment.