jagenjo / webglstudio.js

A full open source 3D graphics editor in the browser, with scene editor, coding pad, graph editor, virtual file system, and many features more.
MIT License
5.21k stars 605 forks source link

Add `sans-serif` fallback #1

Open Dandandan opened 9 years ago

Dandandan commented 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.

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

Before: before

After:

after

jagenjo commented 9 years ago

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

Dandandan commented 9 years ago

Haha cool!