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

Reactions

Comments
Leave a comment

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue