Merge pull request #294 from ben51/master

Change fallback fonts to something readable
This commit is contained in:
Fabian Reinartz 2016-04-18 11:42:52 +02:00
commit 7a14971042

View File

@ -146,7 +146,7 @@ a.gen-link button {
font-size: 0.7em;
padding: 0 6px;
margin: 0 2px 2px 0;
font-family: Menlo, Monaco, Consolas, Courier, monospace;
font-family: Menlo, Monaco, Consolas, sans-serif;
border: 1px solid #ccc;
border-radius: 2px;
background: #555;