mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
feat: change font weight of all headings to 600
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ class FontFactory {
|
||||
fontWeights: {
|
||||
normal: 400,
|
||||
body: 400,
|
||||
heading: 700,
|
||||
heading: 600,
|
||||
bold: 600,
|
||||
},
|
||||
fonts: {
|
||||
|
||||
Reference in New Issue
Block a user