runi95 / turtle-control-panel

A website for monitoring and controlling ComputerCraft turtle activities
13 stars 2 forks source link

Use svg icons instead of font glyphs #11

Closed SolsticeSpectrum closed 2 months ago

SolsticeSpectrum commented 2 months ago

image On Linux this is a problem as most of the fonts Windows has are not present in Linux by default so relying on font glyphs is not a good idea. Or there also could be differences between distros.

runi95 commented 2 months ago

Yeah, it's supposed to be the Unicode character U+1F808 which renders fine on my Debian Bookworm laptop, but might not render on all Linux distros. I agree that I should use proper icons like SVG files instead of Unicode characters and this really just comes down to me being lazy. 😅

runi95 commented 2 months ago

Unicode character icons have been replaced with proper SVG icons.