Use Inconsolata as code font
This commit is contained in:
parent
12c81cc676
commit
f4962bac1f
1 changed files with 3 additions and 0 deletions
|
@ -89,3 +89,6 @@ table td:first-child {
|
|||
table thead tr, table tbody tr:nth-child(even) {
|
||||
background-color: #eee;
|
||||
}
|
||||
code, pre {
|
||||
font-family: Inconsolata, monospace, sans-serif !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue