Explorar el Código

Stow: update style-child-theme-editor

Andrés hace 5 años
padre
commit
89252d131d
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 2 1
      stow/sass/style-child-theme-editor.scss
  2. 1 0
      stow/style-editor.css

+ 2 - 1
stow/sass/style-child-theme-editor.scss

@@ -94,7 +94,8 @@ a {
 	 border: 1px solid #f2f2f2;
 	 padding: #{map-deep-get($config-global, "spacing", "horizontal")};;
 	 p {
-		 font-family: #{map-deep-get($config-global, "font", "family", "secondary")};
+		font-family: #{map-deep-get($config-global, "font", "family", "secondary")};
+		font-family: var( --font-base, #{map-deep-get($config-global, "font", "family", "secondary")} );
 	 }
 	 .wp-block-quote__citation {
 		 color: #{map-deep-get($config-global, "color", "secondary", "default")};

+ 1 - 0
stow/style-editor.css

@@ -1052,6 +1052,7 @@ a {
 .wp-block-quote[style*="text-align:center"] p,
 .wp-block-quote[style*="text-align:right"] p {
 	font-family: "Source Sans Pro", Arial, sans-serif;
+	font-family: var(--font-base, "Source Sans Pro", Arial, sans-serif);
 }
 
 .wp-block-quote .wp-block-quote__citation,