1
0
Fork 0

Backup font family for code

This commit is contained in:
Marek Suchánek 2018-01-20 16:28:31 +01:00
parent ed1dca9cf9
commit 96276ae1f6

View file

@ -84,7 +84,7 @@ a:visited {
}
code {
font-family: 'Hack';
font-family: 'Hack', monospace;
/* Hack has a larger x-height than Overpass; shrinking it to compensate */
font-size: 95%;
background-color: #f2f2f2;