Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Modifying fonts for list in quark - unable to change

Solved by Sebastian Gonzato View solution

Started by Sebastian Gonzato 4 years ago · 1 replies · 423 views
4 years ago

I managed to change the fonts of quark as I explain here. However, the fonts in lists appear to still to the fallback font. I tried to change this by adding the following in my custom typography.scss:

SCSS
// Lists
ul li ol {
  font-family: $base-font-family;
}

... same as I did for paragraphs:

CSS
// Paragraphs
p {
  font-family: $base-font-family;
}

But no luck. I feel like I must be missing something obvious?

4 years ago Solution

It was super simple, this needed to be:

SCSS
ul {
  font-family: $base-font-family;
}

ol {
  font-family: $base-font-family;
}

Suggested topics

Topic Participants Replies Views Activity
General · by jeremycherfas, 1 week ago
4 181 2 days ago
General · by lynbor, 6 days ago
2 122 3 days ago
General · by Old Man Umby, 1 week ago
1 100 1 week ago
General · by Sebastian, 1 week ago
1 124 1 week ago
General · by Andy Miller, 3 weeks ago
0 248 3 weeks ago