From b054da30d4a0aed9628dbd285063250179222030 Mon Sep 17 00:00:00 2001 From: Marwan Ansari <8071158+marwan@users.noreply.github.com> Date: Thu, 5 Dec 2024 05:09:55 +0530 Subject: [PATCH] bump mushaf font version --- src/data/websiteSettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/websiteSettings.js b/src/data/websiteSettings.js index 51b81bad..30092bb5 100644 --- a/src/data/websiteSettings.js +++ b/src/data/websiteSettings.js @@ -19,7 +19,7 @@ export const mushafWordFontLink = 'https://fonts.quranwbw.com/Hafs/KFGQPC-v4/COL export const mushafHeaderFontLink = 'https://quranwbw.com/fonts/chapter-headers/QCF_SurahHeader_COLOR-Regular.woff2'; -export const mushafFontVersion = 4; +export const mushafFontVersion = 5; export const errorLoadingDataMessage = 'Sorry, there was an error while loading the data. Please refresh the page and try again.';