1
Fork 0

Use Inconsolata as code font

This commit is contained in:
Jan-Erik Rediger 2015-07-15 00:27:12 +02:00
parent 12c81cc676
commit f4962bac1f

View file

@ -89,3 +89,6 @@ table td:first-child {
table thead tr, table tbody tr:nth-child(even) { table thead tr, table tbody tr:nth-child(even) {
background-color: #eee; background-color: #eee;
} }
code, pre {
font-family: Inconsolata, monospace, sans-serif !important;
}