瀏覽代碼

Mayland: set variables for unset font-family rules

Andrés 5 年之前
父節點
當前提交
bbdb59c9b6
共有 3 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      mayland/sass/_extra-child-theme.scss
  2. 1 0
      mayland/style-rtl.css
  3. 1 0
      mayland/style.css

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

@@ -291,4 +291,5 @@ a {
 .widget_jp_blogs_i_follow li,
 .widget_rss_links li {
 	font-family: inherit;
+	font-family: var( --font-base, inherit );
 }

+ 1 - 0
mayland/style-rtl.css

@@ -3877,4 +3877,5 @@ strong {
 .widget_jp_blogs_i_follow li,
 .widget_rss_links li {
 	font-family: inherit;
+	font-family: var(--font-base, inherit);
 }

+ 1 - 0
mayland/style.css

@@ -3906,4 +3906,5 @@ strong {
 .widget_jp_blogs_i_follow li,
 .widget_rss_links li {
 	font-family: inherit;
+	font-family: var(--font-base, inherit);
 }