Under-ConScript Unicode Registry: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 27: 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.
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 and 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.
The main way to add compatibility is to install {{tp|sitelen pona}} fonts onto your computer, then add them to the {{wp|CSS}} font stack.


<syntaxhighlight lang="css">
<syntaxhighlight lang="css">
:root {
:root {
--font-primary: Whitney,"Helvetica Neue",Helvetica,Arial,sans-serif,"linja-nanpa","Fairfax HD","insa pi supa lape";
--font-primary: "gg sans","Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif,"linja-nanpa","Fairfax HD","insa pi supa lape";
--font-display: Ginto,"Helvetica Neue",Helvetica,Arial,sans-serif,"linja-nanpa","Fairfax HD","insa pi supa lape";
--font-display: "gg sans","Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif,"linja-nanpa","Fairfax HD","insa pi supa lape";
--font-headline: "ABC Ginto Nord","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-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>
</syntaxhighlight>