Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Update post title font weight in the editor #520

Merged
merged 1 commit into from
Nov 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions style-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ figcaption,
.editor-post-title__block .editor-post-title__input {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-size: 2.8125em;
font-weight: 700;
}

/** === Default Appender === */
Expand Down
1 change: 1 addition & 0 deletions style-editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ figcaption,
.editor-post-title__input {
font-family: $font__heading;
font-size: $font__size-xxl;
font-weight: 700;
}
}

Expand Down