The script changes the font of all webpages to a custom font.
التغيير الخط by AlMunsajimAlMar
Details
AuthorAlMunsajimAlMar
LicenseNo License
Categoryths
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name التغيير الخط
@version 20230728.15.10
@namespace userstyles.world/user/AlMunsajimAlMar
@description The script changes the font of all webpages to a custom font.
@author AlMunsajimAlMar
@license No License
==/UserStyle== */
@-moz-document url-prefix("*") {
@font-face {
font-family: "Tengwar Telcontar";
src: url('https://github.com/DarkKingPegasus/Stylus-CSS-Design-to-View-Tengwar-Font-on-all-Websites/blob/master/tengtelc.ttf?raw=true');
}
@font-face {
font-family: "Tengwar Formal CSUR";
src: url('https://github.com/DarkKingPegasus/Stylus-CSS-Design-to-View-Tengwar-Font-on-all-Websites/blob/master/TengwarFormalCSUR.ttf?raw=true');
}
@import url('https://fonts.googleapis.com/css2?family=Aref+Ruqaa:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jua&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
* {
font-family: 'Tengwar Telcontar', "Aref Ruqaa", "Kosugi Maru", Jua, Kalam, Rubik !important;
font-size: 15px;
color: #ffffb7;
}
}