I lowkey want to go ahead and fix my status cafe thing but that was already a struggle to even get it work tbh :/ does anyone have any recommendation on how I can customize it a bit more? More so how to change out the font correctly
trying to do it through surfing waves was a bit of a nightmare; if you F12 to inspect it, you can pick out some of the CSS classes they used and try to adjust those iirc, but if you do anything with dark/light mode its kinda moot cause it won't change ... the way i did mine was using a frame hosted on github pages and using the built in status.cafe code, then customize it there with CSS
... but if its just font you could try .feed-container { font-family: arial !important }; problem is that it wont take custom fonts, itll just have to be default fonts that are on the system
trying to do it through surfing waves was a bit of a nightmare; if you F12 to inspect it, you can pick out some of the CSS classes they used and try to adjust those iirc, but if you do anything with dark/light mode its kinda moot cause it won't change ... the way i did mine was using a frame hosted on github pages and using the built in status.cafe code, then customize it there with CSS
... but if its just font you could try .feed-container { font-family: arial !important }; problem is that it wont take custom fonts, itll just have to be default fonts that are on the system
ooo okay :0, I might just change the font for now and then change the actual coding/hosting for it at a later time