Last active
February 25, 2024 00:07
-
-
Save niskala5570/520e689d4d30fc1381c0caae8e0dadcd to your computer and use it in GitHub Desktop.
Better Discord/Replugged Quick CSS Arabic/Malay Jawi Script Font Change
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
/* Ubah nama pasuan kedua di bawah */ | |
/* Change the second font name */ | |
* { | |
--main-font: gg sans, Amiri, Helvetica Neue, Helvetica; | |
--code-font: Consolas, Amiri, Liberation Mono, Menlo, Courier, monospace; | |
} | |
/* Mengubah ketinggian baris agar tidak terpotong */ | |
/* Change the line height so won't get cropped */ | |
.messageContent-2t3eCI { | |
line-height: 2.0; | |
} | |
.channelName-3KPsGw { | |
line-height: 1.6; | |
} | |
/* Pasuan Utama // Main Font */ | |
body,button,input,select,textarea,::placeholder{ | |
font-family:var(--main-font) | |
} | |
.theme-dark .container-1NXEtd .header-3OsQeK .text-md-semibold-2VMhBr{ | |
font-family:var(--main-font); | |
font-weight:600; | |
} | |
.container-ZMc96U .base-21yXnu{ | |
font-family:var(--main-font) | |
} | |
.title-1v5ZfI { | |
font-family:var(--main-font); | |
font-weight:300; | |
} | |
.channelName-3KPsGw { | |
font-family:var(--main-font); | |
} | |
/* Pasuan Kod // Code Font */ | |
.typeWindows-2-g3UY>.wordmark-2u86JB:after{ | |
font-family:var(--code-font); | |
} | |
.markup-eYLPri code.inline{ | |
font-family:var(--code-font); | |
} | |
pre{ | |
font-family:var(--code-font) | |
} | |
code{ | |
font-family:var(--code-font) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kalau2 tak lepas juga
If for some reason you cant get it to work
Cuba letak dekat atas kod
Place it in the above main code