Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sans-serif fallback #1

Open
Dandandan opened this issue Aug 7, 2015 · 2 comments
Open

Add sans-serif fallback #1

Dandandan opened this issue Aug 7, 2015 · 2 comments

Comments

@Dandandan
Copy link

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
Copy link
Owner

jagenjo commented Aug 7, 2015

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

@Dandandan
Copy link
Author

Haha cool!

@Dandandan Dandandan mentioned this issue Aug 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants