Improve font rendering

This commit is contained in:
Alex Shpak
2018-11-07 12:54:18 +01:00
parent b88206b14f
commit 143cb9341d
7 changed files with 17 additions and 9 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ $block-border-radius: 0.15rem;
}
b, optgroup, strong {
font-weight: 400;
font-weight: 700;
}
a {
@@ -28,7 +28,7 @@ $block-border-radius: 0.15rem;
}
code {
font-family: 'Roboto Mono', monospace;
font-family: 'Oxygen Mono', monospace;
}
p code {