How can i change the fonts in the theme ? In the logo for example. I tried writing font-family and font in layout.css line 141, but no luck.
Does someone has any solution?

Comments

florian’s picture

Just add "! important" after your declaration and don't forget to clear cache and refresh the browser.

You can add this line in _custom/custom-style.css:

#site-name a, #site-name a:hover {
  font-family: times !important;
}
florian’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)