Under-ConScript Unicode Registry: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 27:
Discord must be modified to add {{tp|sitelen pona}} font support. This is against its Terms of Service, and may cause action to be taken against your Discord account.
 
The main way to add compatibility is to install {{tp|sitelen pona}} fonts onto your computer, andthen add them to the {{wp|CSS}} font stack. Aside from the aforementioned risks, this CSS seems to be outdated as it does not include gg sans, the main interface font added in December 2022.
 
<syntaxhighlight lang="css">
:root {
--font-primary: Whitney"gg sans","Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif,"linja-nanpa","Fairfax HD","insa pi supa lape";
--font-display: Ginto"gg sans","Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif,"linja-nanpa","Fairfax HD","insa pi supa lape";
--font-headline: "ABC Ginto Nord",Ginto"Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif,"linja-nanpa","Fairfax HD","insa pi supa lape";
--font-code: Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace,"linja-nanpa","Fairfax HD","insa pi supa lape";
--font-headline: Ginto Nord,Ginto,"Helvetica Neue",Helvetica,Arial,sans-serif,"linja-nanpa","Fairfax HD","insa pi supa lape";
}
</syntaxhighlight>