Skip to content

Commit

Permalink
Fix: Fixed code font not being displayed on windows (#525)
Browse files Browse the repository at this point in the history
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
  • Loading branch information
venarius and nithindavid committed Feb 20, 2020
1 parent 9674e0b commit b7e725a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@

code {
border: 0;
font-family: 'Monaco';
font-family: 'Monaco', Verdana;
font-size: $font-size-mini;

&.hljs {
Expand Down

0 comments on commit b7e725a

Please sign in to comment.