Is that possible the override Discourse variables?

@bekircem I just tested the wizard on 2.7.0.beta1 and the available fonts are the same from the site settings you posted above (I may be missing something).

You probably figured it out by now, but just in case, you can use the Google Fonts theme component or you can replace the CSS variables just like you did on your OP - which should have worked.

I’m using this CSS in my instance and it works (loading the font via <link/> or @include).

:root {
  --heading-font-family: 'Inter', sans-serif;
  --font-family: 'Inter', sans-serif;
}
2 Likes