瀏覽代碼

Rockfield: Remove unnecessary list font code

Danny Dudzic 4 年之前
父節點
當前提交
df37848802

+ 0 - 13
rockfield/sass/_config-child-theme-deep.scss

@@ -259,19 +259,6 @@ $config-heading: (
 	),
 );
 
-/**
- * List
- */
-$config-list: (
-	// Fonts
-	"font": (
-		"family": (
-			"fallback": map-deep-get($config-global, "font", "family", "secondary", "fallback"),
-			"css-var": map-deep-get($config-global, "font", "family", "secondary", "css-var"),
-		),
-	),
-);
-
 /**
  * Pullquote
  */

+ 0 - 3
rockfield/style-editor.css

@@ -148,9 +148,6 @@ body {
 /**
  * Heading
  */
-/**
- * List
- */
 /**
  * Pullquote
  */

+ 2 - 5
rockfield/style-rtl.css

@@ -168,9 +168,6 @@ body {
 /**
  * Heading
  */
-/**
- * List
- */
 /**
  * Pullquote
  */
@@ -1922,8 +1919,8 @@ img {
 
 ul,
 ol {
-	font-family: Lora, Baskerville, Georgia, Times, serif;
-	font-family: var(--font-base, Lora, Baskerville, Georgia, Times, serif);
+	font-family: serif;
+	font-family: var(--font-base, serif);
 	margin: 0;
 	padding-right: 32px;
 }

+ 0 - 3
rockfield/style-woocommerce-rtl.css

@@ -123,9 +123,6 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
 /**
  * Heading
  */
-/**
- * List
- */
 /**
  * Pullquote
  */

+ 0 - 3
rockfield/style-woocommerce.css

@@ -123,9 +123,6 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
 /**
  * Heading
  */
-/**
- * List
- */
 /**
  * Pullquote
  */

+ 2 - 5
rockfield/style.css

@@ -168,9 +168,6 @@ body {
 /**
  * Heading
  */
-/**
- * List
- */
 /**
  * Pullquote
  */
@@ -1922,8 +1919,8 @@ img {
 
 ul,
 ol {
-	font-family: Lora, Baskerville, Georgia, Times, serif;
-	font-family: var(--font-base, Lora, Baskerville, Georgia, Times, serif);
+	font-family: serif;
+	font-family: var(--font-base, serif);
 	margin: 0;
 	padding-left: 32px;
 }