Open Dandandan opened 9 years ago
On linux there is no Tahoma font, so the menu bar looks weird with a serif font. Adding sans-serif as fallback looks much better.
Tahoma
sans-serif
.litemenubar ul { font-family: Tahoma, sans-serif; margin: 0; padding: 0; }
Before:
After:
Fixed, thanks a lot for the tip. Btw, you are my first comment in github, I owe you a beer!
Haha cool!
On linux there is no
Tahoma
font, so the menu bar looks weird with a serif font. Addingsans-serif
as fallback looks much better.Before:
After: