Skip to content
Discussion options

You must be logged in to vote

Ok, I've managed to change the site font, but now I'm stuck again--how do I change font size?

For the custom font situation:

  1. I placed my font files in <site_root>\static\fonts
  2. I created the file <site_root>\static\customfonts.css:
@font-face {
    font-family: 'Atkinson';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/AtkinsonHyperlegibleNext-Regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Atkinson';
    font-style: italic;
    font-weight: 400;
    src: url('/fonts/AtkinsonHyperlegibleNext-RegularItalic.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Atkinson';
    font-style: normal;
    …

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@igor-baiborodine
Comment options

@lrgabriel
Comment options

Answer selected by igor-baiborodine
Comment options

You must be logged in to vote
2 replies
@lrgabriel
Comment options

@igor-baiborodine
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants