feat: change font weight of all headings to 600

This commit is contained in:
thecodrr
2021-10-23 11:04:22 +05:00
parent 4e3c75c94a
commit e5a444876b
2 changed files with 10 additions and 1 deletions

View File

@@ -162,3 +162,12 @@ td {
Menlo, monospace !important;
font-size: 10pt !important;
}
.mce-content-body h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 600 !important;
}

View File

@@ -7,7 +7,7 @@ class FontFactory {
fontWeights: {
normal: 400,
body: 400,
heading: 700,
heading: 600,
bold: 600,
},
fonts: {