Skip to content

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

Description

@TWpower

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);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions