How can I make the whole font for the site Helvetica Neu? vs some other font and helv. neu.
thx
Hey fgrippe,
You need to follow this article: https://kriesi.at/support/topic/new-custom-font/ and add your custom font using a custom CSS code like this:
body { font-family: 'Your font' !important; }
Best regards,
John Torvik
thx!