Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #890975

    How can I make the whole font for the site Helvetica Neu? vs some other font and helv. neu.

    thx

    #890981

    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

    #891025

    thx!

    #891133

    Hi,

    Glad we could help. You can also set the font you want in the theme options.

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.