pxhc
4 months ago
no idea what's happening, everything else loads fine (images, json, even cursor), it's just font that doesn't load at all, there isn't even an error in the network log, it's just empty... did anyone create an widget here before?
barndoors
4 months ago
maybe im misreading this but i know neocities locks new accounts down quite a bit. i was running into a bunch of embed/script problems building the citytalk page
jorelus
4 months ago
How does your widget work? Some things occur to me... it could be CORS, or that the font hasn't propagated yet if your trying to use the widget somewhere else, but I don't know how your widget works
aznet
4 months ago
triple check you aren't forgetting the utf encoding at the top of your html. Sounds dumb but I troubleshot my fonts not working for three straight days having forgot to set the encoding before I even wrote a single line of html or css, and the project was done.
pacrobat
4 months ago
(space space backspace tab backspace space space space backspace backspace backspace tab) that is my usual brain melt flow when figuring that out
rogmash
4 months ago
if u want the complicated version :D - i declare a div as a image - then i put my texts into it - sounds weird - has alot advantages - depending on what u need the tabs for or how many u use - then just adjust with inner margin i guess ^^
diremptiness
4 months ago
If we're talking about at the end of sentences, I used to 2 spaces and now do 1 thanks to the internet. If we're talking coding, tab all the way. One keystroke = more efficient than two keystrokes.
pxhc
4 months ago
Cbox site has a notice of Firefox ETP flagging it, which they claim is a false positive, so I always assumed I had to create ETP exceptions for the sites I visit on my LibreWolf because of the default Firefox heuristics, but I just tested and it seems like Firefox itself has already whitelisted Cbox, and so did Mullvad and Tor browser default settings... I'm wondering what other browsers might block Cbox.
myrtletribe
4 months ago
I use both librewolf and firefox and it doesn't work on both of them. i really like your splash page transition btw!
pxhc
4 months ago
Thx :D Did you customize your Firefox? If I change my ETP to strict it does block, but not on default settings.
myrtletribe
4 months ago
Yes I changed a lot, and also use strict and I just turned it off and it works! not sure if there is a workaround there, maybe 'fix minor issues' works?
brachypelmide
4 months ago
firefox w/ ETP in default mode. cbox works fine even after full cache clear. seems like strict mode is in fact a problem
pxhc
4 months ago
Somehow on strict ETP on Librewolf (major and minor fixes) I can see @kanandraw's Cbox, and somehow it's listed here https://etp-exceptions.mozilla.org/ lol
funnyorangecat
4 months ago
i use firefox and cbox works sometimes and not other times…i can’t really tell what makes it work and what doesn’t
3maqi
4 months ago
I need to learn how to make code more modular. I basically have 2 programs with very slight differences. would be nice to figure out how to combine some of it for sanity
pxhc
4 months ago
there's another site I made with a very convoluted list with nested lists, if I don't keep this in this order ul > li { margin-top: 2ch; } li + ul > li { margin-block: 0.5ch; } li + li + ul, li + ul + li { margin-top: 2ch; } everything breaks
Get some sleep. You'll wake up in the morning and find that semi-colon or that case-sensitive element that isn't capitalized and kick that script's butt!
either that or realise that the thing you were trying to pull off that was approaching the size of 67 lines could've just been a single one-liner. ask me how i know
Sometimes it do be like that
lol brachy, what were you building?