Skip to content
New issue

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

How to change font-family and font-size? #53

Open
TWpower opened this issue Jan 24, 2018 · 0 comments
Open

How to change font-family and font-size? #53

TWpower opened this issue Jan 24, 2018 · 0 comments

Comments

@TWpower
Copy link

TWpower commented Jan 24, 2018

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);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant