Change fallback fonts to something readable

Change-Id: I5f5ce8c7113b2188083ef0ec9ef2bcc4d74f5500
This commit is contained in:
Benjamin Villain 2016-04-07 14:14:38 +02:00
parent 93070012f9
commit c94c1ed464
1 changed files with 1 additions and 1 deletions

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;