STYLE adjusting default paragraph font-weight and letter spacing
This commit is contained in:
parent
b0a4bf6abd
commit
86e32a6166
|
|
@ -23,6 +23,11 @@ h2 {
|
|||
@apply text-5xl;
|
||||
}
|
||||
|
||||
p {
|
||||
@apply font-light;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
body.wp-admin h1:not(.editor-visual-editor h1),
|
||||
body.wp-admin h2:not(.editor-visual-editor h2),
|
||||
body.wp-admin h3:not(.editor-visual-editor h3),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user