This demo includes the QCF4_Hafs_*
coloured fonts.
Visit this link: https://my-quran-tajwid.github.io/web-preview-basic/
Note: Not all glyphs are coloured yet. Work in progress. See https://github.com/My-Quran-Tajwid/quran-fonts for details
Clone repo with with submodules
git clone --recursive https://github.com/My-Quran-Tajwid/web-preview-basic.git
If you clone without the --recursive
flag, run the following to your local repository.
git submodule init
git submodule update
Tip
To update the submodules next time, run this command:
git submodule update --remote
There is nothing to build. Simply open the index.html
in your browser (Or use the Live Server extension)