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

#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 🙂