I modified both codes but nothing works... how to change code font-size and font-family?
_coderay.scss
$base-font: 'Lato', Calibri, Arial, sans-serif;
$heading-font: $base-font;
$caption-font: $base-font;
$code-font: Arial;
$alt-font: serif;
_variables.scss
.CodeRay {
font-family: $code-font;
@include font(12);
color: #d0d0d0;
margin-bottom: 1.5em;
@include rounded(3px);
}
I modified both codes but nothing works... how to change code font-size and font-family?
_coderay.scss
_variables.scss