فهرست منبع

Redhill: Make sure Block Quote returns the serif font like in the editor

Thomas Guillot 6 سال پیش
والد
کامیت
dce93b5556
5فایلهای تغییر یافته به همراه17 افزوده شده و 6 حذف شده
  1. 2 2
      redhill/sass/_config-child-theme-deep.scss
  2. 7 0
      redhill/sass/_extra-child-theme.scss
  3. 1 1
      redhill/style-editor.css
  4. 2 2
      redhill/style-rtl.css
  5. 5 1
      redhill/style.css

+ 2 - 2
redhill/sass/_config-child-theme-deep.scss

@@ -243,7 +243,7 @@ $config-list: (
 $config-pullquote: (
 	// Font
 	"font": (
-		"family": #{map-deep-get($config-heading, "font", "family")},
+		"family": #{map-deep-get($config-global, "font", "family", "primary")},
 	),
 	// Border
 	"color": (
@@ -262,7 +262,7 @@ $config-pullquote: (
 $config-quote: (
 	// Font
 	"font": (
-		"family": #{map-deep-get($config-heading, "font", "family")},
+		"family": #{map-deep-get($config-global, "font", "family", "primary")},
 	),
 );
 

+ 7 - 0
redhill/sass/_extra-child-theme.scss

@@ -217,6 +217,13 @@ a {
 	}
 }
 
+// Quote block
+.wp-block-quote {
+  p {
+    font-family: #{map-deep-get($config-global, "font", "family", "primary")};
+  }
+}
+
 // Table block
 table,
 .wp-block-table {

+ 1 - 1
redhill/style-editor.css

@@ -462,7 +462,7 @@ object {
 }
 
 .wp-block-pullquote p {
-	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
+	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
 	font-size: 1.44em;
 	letter-spacing: normal;
 	line-height: 1.125;

+ 2 - 2
redhill/style-rtl.css

@@ -1619,7 +1619,7 @@ p.has-background {
 }
 
 .wp-block-pullquote p {
-	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
+	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
 	font-size: 1.44rem;
 	letter-spacing: normal;
 	line-height: 1.125;
@@ -3207,7 +3207,7 @@ article .entry-header .entry-title,
 .page-title {
 	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
 	margin-top: 32px;
-	margin-bottom: 44.8px;
+	margin-bottom: 48px;
 }
 
 article .entry-header .entry-title a,

+ 5 - 1
redhill/style.css

@@ -1619,7 +1619,7 @@ p.has-background {
 }
 
 .wp-block-pullquote p {
-	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
+	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
 	font-size: 1.44rem;
 	letter-spacing: normal;
 	line-height: 1.125;
@@ -3190,6 +3190,10 @@ a {
 	margin-bottom: 0;
 }
 
+.wp-block-quote p {
+	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
+}
+
 table td,
 table th,
 .wp-block-table td,