We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7993c77 commit 1e989e1Copy full SHA for 1e989e1
1 file changed
src/scss/editor-style.scss
@@ -6,6 +6,7 @@
6
@import "abstract/colors";
7
@import "abstract/borders";
8
@import "abstract/mixins";
9
+@import "abstract/functions";
10
@import "abstract/fonts";
11
@import "abstract/box-sizing";
12
@import "abstract/breakpoints";
@@ -42,7 +43,7 @@
42
43
// Render Post/Page Title as FrontEnd view
44
.editor-post-title__block {
45
.editor-post-title__input {
- font-family: $customfont-2;
46
+ @include title(XXL);
47
}
48
49
0 commit comments