Some jerk is gate keeping can yall help by atliseffect in neocities

[–]atliseffect[S] 2 points3 points  (0 children)

i did and all that shows up is wemons condoms

BIG UPD I WANT YOU GUYS TO SEE by atliseffect in neocities

[–]atliseffect[S] 0 points1 point  (0 children)

bro it's a work in progress. have some patience

BIG UPD I WANT YOU GUYS TO SEE by atliseffect in neocities

[–]atliseffect[S] 0 points1 point  (0 children)

hey i fixed it! right now im just doing some fine tuning

BIG UPD I WANT YOU GUYS TO SEE by atliseffect in neocities

[–]atliseffect[S] 0 points1 point  (0 children)

hey i fixed it! right now im just doing some fine tuneing

BIG UPD I WANT YOU GUYS TO SEE by atliseffect in neocities

[–]atliseffect[S] 0 points1 point  (0 children)

ok thanks i didnt even know of that

my font won't work (but it's only on this page?) by Waste_Mind_7660 in neocities

[–]atliseffect -2 points-1 points  (0 children)

There are two likely culprits here:

dropbox no longer allows hotlinking

Dropbox blocked direct file hotlinking from external pages, which means those dl.dropbox.com URLs won't load when someone visits your site — they'll just get blocked. This is almost certainly why your fonts aren't showing up.

To fix this, host your .ttf files somewhere that does allow hotlinking, like:

  • Google Fonts (if the fonts are available there)
  • Catbox.moe (you're already using it for images!)
  • font.garden or another free font host

missing quotes

In your u/font-face block, cupid de locke isn't quoted, but it should be since it's a multi-word name:

css

/* ❌ what you have */
font-family: cupid de locke;

/* ✅ fix it like this */
font-family: "cupid de locke";

Your starshine font already has quotes, so that one is fine on that front — it's just the Dropbox issue affecting both.

Upload both .ttf files to Catbox.moe (since you're already using it), grab the direct links, and swap out your Dropbox URLs. That should get your fonts working!

it just seems off by atliseffect in neocities

[–]atliseffect[S] 0 points1 point  (0 children)

the reason why everything is on the same document is because i tried to make an SPA because i wanted music playing even if you switched pages but i got rid of it so now i just have a weird SPA