diff --git a/packages/edit-navigation/src/components/editor/style.scss b/packages/edit-navigation/src/components/editor/style.scss index 6ca7a98c17a66..33b6c61ed7a7c 100644 --- a/packages/edit-navigation/src/components/editor/style.scss +++ b/packages/edit-navigation/src/components/editor/style.scss @@ -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 {