mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/layout: don't apply noto mono for titles
This commit is contained in:
parent
4da1defcf8
commit
0408fc446a
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(.long-text-noto),
|
:global(.long-text-noto),
|
||||||
:global(.long-text-noto *) {
|
:global(.long-text-noto *:not(h1, h2, h3, h4, h5, h6)) {
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
font-size: 14.5px;
|
font-size: 14.5px;
|
||||||
font-weight: 410;
|
font-weight: 410;
|
||||||
|
|
Loading…
Reference in a new issue