We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I modified both codes but nothing works... how to change code font-size and font-family?
_coderay.scss
_variables.scss
The text was updated successfully, but these errors were encountered: