Skip to content

Commit

Permalink
Fix serif #20
Browse files Browse the repository at this point in the history
  • Loading branch information
qrac committed Jul 7, 2020
1 parent 70c7b45 commit 5866a5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions editor-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ ol {
padding-left: 0;
}

.block-editor-default-block-appender
textarea.block-editor-default-block-appender__content {
font-family: var(--qs-font-sans);
}

.editor-post-title__block .editor-post-title__input {
color: var(--qs-tx-1);
font-size: 2rem;
Expand Down

0 comments on commit 5866a5b

Please sign in to comment.