Last active
November 6, 2022 00:47
-
-
Save niskala5570/c1be9c0dac4f7c2a5e605e48e41396c2 to your computer and use it in GitHub Desktop.
CSS Pasuan Jawi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Importkan sahaja sebaris css ini */ | |
@import url('//cdn.jsdelivr.net/gh/projeksyirayuki/sesawang@latest/js-css/PasuanJawi.css'); | |
/* Atau guna kod css yg di bawah */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Noto Kufi Arabic, Diubah Suai Untuk Jawi, Tambah hamza tiga suku uni0674 dan uni088F */ | |
@font-face { | |
font-family: "Noto Kufi Arabic"; | |
font-display: swap; | |
src: url(https://cdn.jsdelivr.net/gh/projeksyirayuki/sesawang@main/pasuan/NotoKufiArabic.woff2) format('woff2'); | |
unicode-range: unicode-range: U+0600-06FF,U+0750-077F,U+08A0-08FF,U+FB50-FDFF,U+FE70-FEFF,U+10E60-10E7F,U+1EC70-1ECBF,U+1ED00-1ED4F,U+1EE00-1EEFF; | |
} | |
@font-face { | |
font-family: "Noto Kufi Arabic"; | |
font-display: swap; | |
font-weight: bold; | |
src: url(https://cdn.jsdelivr.net/gh/projeksyirayuki/sesawang@main/pasuan/NotoKufiArabic-Bold.woff2) format('woff2'); | |
unicode-range: unicode-range: U+0600-06FF,U+0750-077F,U+08A0-08FF,U+FB50-FDFF,U+FE70-FEFF,U+10E60-10E7F,U+1EC70-1ECBF,U+1ED00-1ED4F,U+1EE00-1EEFF; | |
} | |
/* Bahij Nassim, Diubah Suai Untuk Jawi */ | |
@font-face { | |
font-family: 'NKL Bahij Nassim'; | |
font-display: swap; | |
src: url(https://cdn.jsdelivr.net/gh/niskala5570/[email protected]/v2.727%20(Jawi%20Sahaja)/Bahij%20Nassim/NKL-BahijNassim.woff2) format('woff2'); | |
unicode-range: unicode-range: U+0600-06FF,U+0750-077F,U+08A0-08FF,U+FB50-FDFF,U+FE70-FEFF,U+10E60-10E7F,U+1EC70-1ECBF,U+1ED00-1ED4F,U+1EE00-1EEFF; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment