Change fallback fonts to something readable
Change-Id: I5f5ce8c7113b2188083ef0ec9ef2bcc4d74f5500
This commit is contained in:
parent
93070012f9
commit
c94c1ed464
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue