You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the the current title font family is hard-coded to Lobster, and it's not easy to change as it's hard-coded in many places, with no way to substitute a new family via params:
It looks like the the current title font family is hard-coded to Lobster, and it's not easy to change as it's hard-coded in many places, with no way to substitute a new family via params:
assets/styles/partials/_header.scss
shows:layouts/partials/head.html
includes two explicit references, on line 127:and on line 142:
assets/service-worker-template.js
explicitly requests Lobster font:assets/styles/partials/_variables.scss
explicitly calls the style with the name "lobster":This makes it hard to swap out the font style for the heading for a different font family, without there being parameters to change it easily.
Would it be possible to make it parameterized to enable easier font substitution? Thanks!
The text was updated successfully, but these errors were encountered: