Forums > The Worlio Zone > Bug Reports
Apr 23rd, 2022 at 6:32 pm
#594
This is a known bug that I am placing here to let others know that it isn't your fault.

Our current system doesn't seem to like fonts all that much. I'll be working on a fix.

This also affects themes.
Aug 2nd, 2022 at 12:37 am
#747
I've been working on this today. Unsure of why it's not working but I believe our asset delivery system is at fault. Direct-linking fonts should work fine, it's only if using 'assets.worlio.com/style'.
Oct 20th, 2022 at 3:38 pm (edited)
#1155
Direct-linking fonts should work fine, it's only if using 'assets.worlio.com/style'.
It's broken on my profile as well. It looks like it's going through the proxy, not assets.worlio.com directly. I don't think it's returning the original file correctly, images work fine but fonts don't so it can't be a URL issue.

downloadable font: download failed (font-family: "Nunito" style:normal weight:400 stretch:100 src index:0): status=2147746065 source: https://community.worlio.com/proxy/url/https%3A%2F%2Ffiles.gamebanana.com%2Fbitpit%2Fnunito-regular_1b89e.ttf%29%3B%0D%0A%7D%0D% … %0Ahr.miniSep+%7Bmax-width%3A500px%3B%7D%0D%0Ahr%7Bcolor%3A%23777%3B%7D%0D%0A%0D%0Ah1%2C+h2+%7Bfont-family%3ATransrobotics%3B%7D
Oct 20th, 2022 at 4:25 pm
#1156
Direct-linking fonts should work fine, it's only if using 'assets.worlio.com/style'.
It's broken on my profile as well. It looks like it's going through the proxy, not assets.worlio.com directly. I don't think it's returning the original file correctly, images work fine but fonts don't so it can't be a URL issue.

downloadable font: download failed (font-family: "Nunito" style:normal weight:400 stretch:100 src index:0): status=2147746065 source: https://community.worlio.com/proxy/url/https%3A%2F%2Ffiles.gamebanana.com%2Fbitpit%2Fnunito-regular_1b89e.ttf%29%3B%0D%0A%7D%0D% … %0Ahr.miniSep+%7Bmax-width%3A500px%3B%7D%0D%0Ahr%7Bcolor%3A%23777%3B%7D%0D%0A%0D%0Ah1%2C+h2+%7Bfont-family%3ATransrobotics%3B%7D
Put parenthesis around your url. I know this is happening and might have it fixed today.
src: url("thingy") instead of src: url(thingy)
Oct 20th, 2022 at 5:09 pm
#1157
Direct-linking fonts should work fine, it's only if using 'assets.worlio.com/style'.
It's broken on my profile as well. It looks like it's going through the proxy, not assets.worlio.com directly. I don't think it's returning the original file correctly, images work fine but fonts don't so it can't be a URL issue.

downloadable font: download failed (font-family: "Nunito" style:normal weight:400 stretch:100 src index:0): status=2147746065 source: https://community.worlio.com/proxy/url/https%3A%2F%2Ffiles.gamebanana.com%2Fbitpit%2Fnunito-regular_1b89e.ttf%29%3B%0D%0A%7D%0D% … %0Ahr.miniSep+%7Bmax-width%3A500px%3B%7D%0D%0Ahr%7Bcolor%3A%23777%3B%7D%0D%0A%0D%0Ah1%2C+h2+%7Bfont-family%3ATransrobotics%3B%7D
Put parenthesis around your url. I know this is happening and might have it fixed today.
src: url("thingy") instead of src: url(thingy)
got it, will do that
Oct 22nd, 2022 at 11:49 pm
#1158
This SHOULD be fixed now.