webglstudio.js icon indicating copy to clipboard operation
webglstudio.js copied to clipboard

Add `sans-serif` fallback

Open Dandandan opened this issue 10 years ago • 2 comments

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.

.litemenubar ul {
    font-family: Tahoma, sans-serif;
    margin: 0;
    padding: 0;
}

Before: before

After:

after

Dandandan avatar Aug 07 '15 08:08 Dandandan

Fixed, thanks a lot for the tip. Btw, you are my first comment in github, I owe you a beer!

jagenjo avatar Aug 07 '15 08:08 jagenjo

Haha cool!

Dandandan avatar Aug 07 '15 09:08 Dandandan