Explorar o código

Blank Canvas Blocks: Fix List block font-family ponyfill variable

Danny Dudzic %!s(int64=4) %!d(string=hai) anos
pai
achega
3fbc17e47b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      blank-canvas-blocks/assets/ponyfill.css

+ 1 - 1
blank-canvas-blocks/assets/ponyfill.css

@@ -315,7 +315,7 @@ h1, h2, h3, h4, h5, h6 {
 
 ul,
 ol {
-	font-family: var(--wp--custom--list--fontFamily);
+	font-family: var(--wp--custom--list--font-family);
 	padding-left: var(--wp--custom--list--padding--left);
 }