Skip to content

Commit 6e83afd

Browse files
authored
refactor: remove default font size and line height from body styles (#2189)
1 parent 400457b commit 6e83afd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

assets/css/base/gutenberg-editor.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
// Base typography
2121
body {
2222
font-family: $base-font;
23-
font-size: 16px;
24-
line-height: 1.618;
2523
}
2624

2725
// Post title

0 commit comments

Comments
 (0)