|
@@ -1082,7 +1082,7 @@ input[type="submit"],
|
|
|
cursor: pointer;
|
|
|
font-weight: bold;
|
|
|
font-family: "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
|
|
|
- font-family: var(--font-headings, "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif);
|
|
|
+ font-family: var(--font-base, "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif);
|
|
|
font-size: 1rem;
|
|
|
background-color: #20603C;
|
|
|
border-radius: 5px;
|
|
@@ -3953,6 +3953,7 @@ body.admin-bar .widget_eu_cookie_law_widget.widget.top {
|
|
|
.widget_jp_blogs_i_follow li,
|
|
|
.widget_rss_links li {
|
|
|
font-family: inherit;
|
|
|
+ font-family: var(--font-base, inherit);
|
|
|
}
|
|
|
|
|
|
/**
|