|
@@ -24,6 +24,13 @@ html {
|
|
|
font-family: #{map-deep-get($config-global, "font", "family", "primary")};
|
|
|
}
|
|
|
|
|
|
+// Set the correct font family/size for the title
|
|
|
+.editor-post-title .editor-post-title__block .editor-post-title__input {
|
|
|
+ font-family: #{map-deep-get($config-global, "font", "family", "primary")};
|
|
|
+ font-size: #{map-deep-get($config-global, "font", "size", "xxxl")};
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* Elements
|
|
|
* - Styles for basic HTML elemants
|