retropixelshow
Member
Hi, i'm using the browser source to read my remote bot's text files for latest follower and host. that works ok. to change font, size and add shadow, i did put in a custom CSS.
Here it is:
Font size and shadows still work, Font does not. it seems the font-family tag is ignored since i tried other fonts like Arial and Courier New to see if anything changes. It didnt.
it worked before the update. font is installed.
This is the Log File https://obsproject.com/logs/rHTSSBYsSss2Lom3
Thanks in advance
Here it is:
Code:
body { background-color: rgba(0, 0, 0, 0); max-width:600px; text-align: center; margin: 0px auto; font-family: Ultra Toukon Densetsu; font-size: 28px; color: #9acd32; text-shadow: -4px -4px 0 #000, 4px -4px 0 #000, -4px 4px 0 #000, 4px 4px 0 #000; overflow: hidden; }
Font size and shadows still work, Font does not. it seems the font-family tag is ignored since i tried other fonts like Arial and Courier New to see if anything changes. It didnt.
it worked before the update. font is installed.
This is the Log File https://obsproject.com/logs/rHTSSBYsSss2Lom3
Thanks in advance