Use a CSS snippet instead of the style settings plugin
This commit is contained in:
16
snippets/text-normalize.css
Normal file
16
snippets/text-normalize.css
Normal file
@@ -0,0 +1,16 @@
|
||||
/* Minimal -- heading overrides */
|
||||
body {
|
||||
--h1-size: 18px;
|
||||
--h1-weight: 600;
|
||||
--h2-size: 18px;
|
||||
--h2-weight: 600;
|
||||
--h3-size: 18px;
|
||||
--h3-weight: 600;
|
||||
--h4-size: 18px;
|
||||
--h4-weight: 600;
|
||||
--h5-size: 18px;
|
||||
--h5-weight: 600;
|
||||
--h6-size: 18px;
|
||||
--h6-weight: 600;
|
||||
--h6-variant: normal;
|
||||
}
|
||||
Reference in New Issue
Block a user