Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Needing to change the Font used for the Website Title in Taste Theme

  • #2290
    Avatar photo[anonymous]

    Hey, so I’m trying to change the default Font used for the Website Title for the Website Theme “Taste” to Roboto Slab, I’ve looked in a number of different locations but I can’t find out where to change this in the filesystem. Can somebody who knows more point me in the right direction please?

    #2292
    Avatar photo[anonymous]

    Which version of the Taste theme do you use?

    Version 1.8 or version 2.0?

    #2295
    Avatar photo[anonymous]

    Version 1.8

    #2307
    Avatar photo[anonymous]

    The font is loaded in the file head.hbs.

    On the following line:

    <link href=”https://fonts.googleapis.com/css?family=Nunito:300,600%7CMontserrat%7CDamion&amp;display=swap&#8221; rel=”stylesheet”>

    Replace the font Damion with the font that you want to use.

    And on line 562 in the file main.css you can change the font:

    font-family: “Damion”, cursive;

    Good Luck 🙂