Browse Source

Exford: set variables for unset font-family rules

Andrés 5 years ago
parent
commit
54ce2f0ff0
3 changed files with 3 additions and 0 deletions
  1. 1 0
      exford/sass/_extra-child-theme.scss
  2. 1 0
      exford/style-rtl.css
  3. 1 0
      exford/style.css

+ 1 - 0
exford/sass/_extra-child-theme.scss

@@ -320,6 +320,7 @@ a {
 .widget_jp_blogs_i_follow li,
 .widget_jp_blogs_i_follow li,
 .widget_rss_links li {
 .widget_rss_links li {
 	font-family: inherit;
 	font-family: inherit;
+	font-family: var( --font-base, inherit );
 }
 }
 
 
 /**
 /**

+ 1 - 0
exford/style-rtl.css

@@ -3947,6 +3947,7 @@ p:not(.site-title) a:hover {
 .widget_jp_blogs_i_follow li,
 .widget_jp_blogs_i_follow li,
 .widget_rss_links li {
 .widget_rss_links li {
 	font-family: inherit;
 	font-family: inherit;
+	font-family: var(--font-base, inherit);
 }
 }
 
 
 /**
 /**

+ 1 - 0
exford/style.css

@@ -3976,6 +3976,7 @@ p:not(.site-title) a:hover {
 .widget_jp_blogs_i_follow li,
 .widget_jp_blogs_i_follow li,
 .widget_rss_links li {
 .widget_rss_links li {
 	font-family: inherit;
 	font-family: inherit;
+	font-family: var(--font-base, inherit);
 }
 }
 
 
 /**
 /**