Skip to content

Commit

Permalink
Fix navigation screen font. (#30085)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored Mar 22, 2021
1 parent 16784bd commit ec3677d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/edit-navigation/src/components/editor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
margin: 0;
font-size: 15px;
padding: $grid-unit-15;

// This is the default font that is going to be used in the content of the areas (blocks).
font-family: $default-font;
}

.wp-block-navigation-link {
Expand Down

0 comments on commit ec3677d

Please sign in to comment.