Fix: Fixed code font not being displayed on windows (#525)

Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
Tim Lange
2020-02-20 06:41:36 +01:00
committed by GitHub
parent 9674e0bff4
commit b7e725a7cd

View File

@@ -28,7 +28,7 @@
code {
border: 0;
font-family: 'Monaco';
font-family: 'Monaco', Verdana;
font-size: $font-size-mini;
&.hljs {