I'm trying to create a widget hosted on neocities but I can't for the life of me get the custom font on the style to be downloaded... I actually already had a widget I've been using but it was only using the correct fonts because they were also set on the page css, through the widget they are not loading at all :(
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?
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
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
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.
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?
yes, path is correct
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
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
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.