Affinity: Use correct font size (used for posts, not pages) in the editor.

This commit is contained in:
Caroline Moore 2018-11-15 16:22:20 -05:00
parent 85081cf502
commit fbfda17d10

View file

@ -23,7 +23,7 @@
.edit-post-visual-editor .editor-block-list__block p:not(.wp-block-cover-text),
.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
color: #5e5853;
font-size: 18px;
font-size: 16px;
font-family: Lora, Baskerville, Georgia, Times, serif;
line-height: 1.6;
}