weewx-wdc
weewx-wdc copied to clipboard
[BUG] Display Error Gauges Feature Text (DE)
Describe the bug Gauges Feature - can't display ß
Expected behavior ß should be translated to ß
Screenshots
I think this is related to #263, the letter "é" not showing correctly (é
).
@barci335 Fixed in 253deec.
I attached an updated file which should solve the problem. Feel free to test it out - please rename first to main.js and then copy it to dist/main.js
- more info on where to copy here: https://github.com/Daveiano/weewx-wdc/wiki/Development#testing-changes--updated-files
@aryiu Yes, that's the same issue. I will have a look at #263 when I am on #262!
@Daveiano Thanks!
Just tested:
works, but looks kinda weird.
Yeah, the ß looks kinda weird here. The used font is IBM Plex Mono
- while this may look better the IBM Plex Sans
font looks much more "natural" here:
If you have some skills in CSS you could change this easy via this snippet:
.bx--tile.diagram-tile.gauge svg text.gauge-label {
font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif
}