Ver Fonte

Revert "Coutoire: use font headings for site description"

This reverts commit e6a9b1f5789ebc51901a2b9af29289f129580938.
Andrés há 5 anos atrás
pai
commit
2f7fc1480c
3 ficheiros alterados com 0 adições e 15 exclusões
  1. 0 5
      coutoire/sass/_extra-child-theme.scss
  2. 0 5
      coutoire/style-rtl.css
  3. 0 5
      coutoire/style.css

+ 0 - 5
coutoire/sass/_extra-child-theme.scss

@@ -55,11 +55,6 @@ a {
 	}
 }
 
-.site-description {
-	font-family: #{map-deep-get($config-header, "branding", "description", "font", "family")}; // For browsers without support for CSS variables.
-	font-family: var( --font-headings, #{map-deep-get($config-header, "branding", "description", "font", "family")} );
-}
-
 .main-navigation > div > ul > li > a,
 .entry-content a {
 	text-decoration: underline;

+ 0 - 5
coutoire/style-rtl.css

@@ -3639,11 +3639,6 @@ a:hover, a:focus {
 	margin-left: 5px;
 }
 
-.site-description {
-	font-family: "EB Garamond", serif;
-	font-family: var(--font-headings, "EB Garamond", serif);
-}
-
 .main-navigation > div > ul > li > a,
 .entry-content a {
 	text-decoration: underline;

+ 0 - 5
coutoire/style.css

@@ -3668,11 +3668,6 @@ a:hover, a:focus {
 	margin-right: 5px;
 }
 
-.site-description {
-	font-family: "EB Garamond", serif;
-	font-family: var(--font-headings, "EB Garamond", serif);
-}
-
 .main-navigation > div > ul > li > a,
 .entry-content a {
 	text-decoration: underline;