Skip to main content

Custom Font

I am trying to use the font Humanist 521. I upload the file (hum521n.tff) , and then I insert the following code in theme.scss:

@font-face {
font-family: hum521n;
src: url('hum521n.ttf');
}

Then I change the font code to set the font:

$fonts: hum521n;
$form_field_font: hum521n;
$headline_font: hum521n;

The font isn't working. What am I doing wrong?

Official response from

Please see below!

Share this post

Showing 2 reactions

How would you tag this suggestion?
Please check your e-mail for a link to activate your account.