Response

Howd you guys get a diff font on your page

CSS box at bottom of settings. You should do something like this:

body, button, input {
	font-family: "examplefont";
}
@font-face {
	font-family: "examplefont";
	src: url(https://example.com/examplefont.ttf);
}

Be warned, some domains will be blocked and thus the font won't render! (I speak from my own experience, had to get a lot of help because of that domain block thingy...)

randompcb 1728932415237
Comment

what fonts do render?


Reactions

Replies
Add a reply

Any .ttf on popular file hosting sites, such as https://catbox.moe

randompcb 1730212836247

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue