D
D
Dmitry Klimantovich2018-08-28 19:33:45
css
Dmitry Klimantovich, 2018-08-28 19:33:45

How can I make a different font for $headings-font-family?

How can I set different $headings-font-family for different pages in short?
The easiest way

.pagename {
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: $font__pagename;
  }
}

But this will have to be asked for each. Maybe there is a way somehow shorter and more universal? And the same with the primary and secondary template colors

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question