Response
randompcb 1728778312357

How do I import a font from a different website into Neospring? Because I wanted to import Tomo (the font on my Nekoweb site) but it won't let me...

For now it's just plain old monospace, which is boring because I prefer it when the font is pixel :/

Fonts seem to be oddly finnicky. Maybe Neospring is trying to proxy it and getting a captcha. Or maybe you just need to add !important to the font-family line.

f00f the f00fy 1728791651610
Comment

Like this?

body, button, input {
	font-family: "tomo";
}
@font-face {
	font-family: "tomo" !important;
	src: url(http://randompcb.nekoweb.org/tomo.ttf);
	/* Using http:// because when I use https:// then Neospring assumes it's an image for some fsckin reason >:( */
}

(Sorry I'm kinda bad at CSS when it comes to using fonts not hosted on the site I am making the stylesheet for...)


Also why can't I edit? If i want to make changes I have to delete it and repost the whole thing with that change???

randompcb 1728841273250

Reactions

Replies
Add a reply

By "Neospring assumes it's an image for some reason" do you mean it gets proxied, but replaced by a placeholder image? That to me sounds like nekoweb is throwing a captcha at Neospring.

Try reuploading the ttf file to catbox.moe and using that URL

f00f the f00fy 1728842951962
2

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue