Greetings Misago,
is there a way to change the font of the forum? Would it be in the variables.less file?
Greetings Misago,
is there a way to change the font of the forum? Would it be in the variables.less file?
Yup, you'll need to add custom stuff to variables.less
Here's default:
@font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-serif: Georgia, "Times New Roman", Times, serif;
@font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
@font-family-base: @font-family-sans-serif;