|
@@ -582,6 +582,7 @@ html {
|
|
|
html {
|
|
|
font-size: 16.66667px;
|
|
|
font-family: Poppins, serif;
|
|
|
+ font-family: var(--font-base, Poppins, serif);
|
|
|
line-height: 1.6;
|
|
|
}
|
|
|
|
|
@@ -1081,6 +1082,7 @@ input[type="submit"],
|
|
|
cursor: pointer;
|
|
|
font-weight: 600;
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
+ font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
|
font-size: 0.83333rem;
|
|
|
background-color: black;
|
|
|
border-radius: 5px;
|
|
@@ -1423,6 +1425,7 @@ h4, .h4,
|
|
|
h5, .h5,
|
|
|
h6, .h6 {
|
|
|
font-family: Poppins, sans-serif;
|
|
|
+ font-family: var(--font-headings, Poppins, sans-serif);
|
|
|
font-weight: 600;
|
|
|
clear: both;
|
|
|
}
|
|
@@ -1514,6 +1517,7 @@ img {
|
|
|
|
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
|
|
|
font-family: Poppins, sans-serif;
|
|
|
+ font-family: var(--font-headings, Poppins, sans-serif);
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
|
|
@@ -1547,6 +1551,7 @@ img {
|
|
|
|
|
|
.wp-block-latest-posts > li > a {
|
|
|
font-family: Poppins, sans-serif;
|
|
|
+ font-family: var(--font-headings, Poppins, sans-serif);
|
|
|
font-size: 1.2rem;
|
|
|
font-weight: 600;
|
|
|
line-height: 1.125;
|
|
@@ -1631,6 +1636,7 @@ img {
|
|
|
ul,
|
|
|
ol {
|
|
|
font-family: Poppins, sans-serif;
|
|
|
+ font-family: var(--font-base, Poppins, sans-serif);
|
|
|
margin: 0;
|
|
|
padding-right: 32px;
|
|
|
}
|
|
@@ -1645,6 +1651,7 @@ ol {
|
|
|
|
|
|
dt {
|
|
|
font-family: Poppins, sans-serif;
|
|
|
+ font-family: var(--font-headings, Poppins, sans-serif);
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
|
|
@@ -1718,6 +1725,7 @@ p.has-background {
|
|
|
color: white;
|
|
|
background-color: black;
|
|
|
font-family: Poppins, sans-serif;
|
|
|
+ font-family: var(--font-headings, Poppins, sans-serif);
|
|
|
font-weight: bold;
|
|
|
font-size: 0.83333rem;
|
|
|
line-height: 1;
|
|
@@ -1791,6 +1799,7 @@ p.has-background {
|
|
|
|
|
|
.wp-block-pullquote p {
|
|
|
font-family: Poppins, sans-serif;
|
|
|
+ font-family: var(--font-headings, Poppins, sans-serif);
|
|
|
font-size: 1.2rem;
|
|
|
letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
@@ -1870,6 +1879,7 @@ p.has-background {
|
|
|
|
|
|
.wp-block-quote p {
|
|
|
font-family: Poppins, sans-serif;
|
|
|
+ font-family: var(--font-headings, Poppins, sans-serif);
|
|
|
font-size: 1.2rem;
|
|
|
letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
@@ -1998,6 +2008,7 @@ table,
|
|
|
table th,
|
|
|
.wp-block-table th {
|
|
|
font-family: Poppins, sans-serif;
|
|
|
+ font-family: var(--font-headings, Poppins, sans-serif);
|
|
|
}
|
|
|
|
|
|
table td,
|
|
@@ -2192,6 +2203,7 @@ table th,
|
|
|
|
|
|
.has-drop-cap:not(:focus)::first-letter {
|
|
|
font-family: Poppins, sans-serif;
|
|
|
+ font-family: var(--font-headings, Poppins, sans-serif);
|
|
|
font-size: calc(2 * 2.0736rem);
|
|
|
font-weight: 600;
|
|
|
line-height: 0.66;
|
|
@@ -2338,6 +2350,7 @@ table th,
|
|
|
.site-title {
|
|
|
color: black;
|
|
|
font-family: Poppins, sans-serif;
|
|
|
+ font-family: var(--font-headings, Poppins, sans-serif);
|
|
|
font-size: 1.44rem;
|
|
|
letter-spacing: normal;
|
|
|
line-height: 1;
|
|
@@ -2359,6 +2372,7 @@ table th,
|
|
|
.site-description {
|
|
|
color: currentColor;
|
|
|
font-family: Poppins, sans-serif;
|
|
|
+ font-family: var(--font-base, Poppins, sans-serif);
|
|
|
font-size: 0.83333rem;
|
|
|
}
|
|
|
|
|
@@ -2516,6 +2530,7 @@ table th,
|
|
|
color: black;
|
|
|
display: block;
|
|
|
font-family: Poppins, sans-serif;
|
|
|
+ font-family: var(--font-headings, Poppins, sans-serif);
|
|
|
font-size: 0.83333rem;
|
|
|
font-weight: 400;
|
|
|
padding: 4px 0;
|
|
@@ -2621,6 +2636,7 @@ table th,
|
|
|
.site-info {
|
|
|
color: #666666;
|
|
|
font-family: Poppins, sans-serif;
|
|
|
+ font-family: var(--font-headings, Poppins, sans-serif);
|
|
|
font-size: 0.83333rem;
|
|
|
}
|
|
|
|
|
@@ -2695,6 +2711,7 @@ table th,
|
|
|
|
|
|
.footer-navigation .footer-menu a {
|
|
|
font-family: Poppins, sans-serif;
|
|
|
+ font-family: var(--font-base, Poppins, sans-serif);
|
|
|
font-size: 0.83333rem;
|
|
|
font-weight: 400;
|
|
|
padding: 8px;
|
|
@@ -2833,6 +2850,7 @@ table th,
|
|
|
|
|
|
.post-navigation .post-title {
|
|
|
font-family: Poppins, sans-serif;
|
|
|
+ font-family: var(--font-headings, Poppins, sans-serif);
|
|
|
font-size: 1.44rem;
|
|
|
font-weight: 600;
|
|
|
}
|
|
@@ -2860,6 +2878,7 @@ table th,
|
|
|
|
|
|
.pagination .nav-links > * {
|
|
|
font-family: Poppins, sans-serif;
|
|
|
+ font-family: var(--font-headings, Poppins, sans-serif);
|
|
|
font-size: 1.2rem;
|
|
|
font-weight: 600;
|
|
|
padding-right: calc(0.66 * 16px);
|
|
@@ -2922,6 +2941,7 @@ table th,
|
|
|
.comment-reply-title small {
|
|
|
font-size: 1rem;
|
|
|
font-family: Poppins, serif;
|
|
|
+ font-family: var(--font-base, Poppins, serif);
|
|
|
letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
@@ -2941,19 +2961,19 @@ table th,
|
|
|
margin-bottom: 32px;
|
|
|
}
|
|
|
|
|
|
-.children {
|
|
|
+.comment-list .children {
|
|
|
list-style: none;
|
|
|
padding-right: 16px;
|
|
|
}
|
|
|
|
|
|
-.children > li {
|
|
|
+.comment-list .children > li {
|
|
|
border-top: 1px solid #e6e6e6;
|
|
|
margin-top: 32px;
|
|
|
margin-bottom: 32px;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
- .children {
|
|
|
+ .comment-list .children {
|
|
|
padding-right: 32px;
|
|
|
}
|
|
|
}
|
|
@@ -3041,6 +3061,7 @@ table th,
|
|
|
.pingback .url,
|
|
|
.trackback .url {
|
|
|
font-family: Poppins, sans-serif;
|
|
|
+ font-family: var(--font-headings, Poppins, sans-serif);
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -3143,6 +3164,7 @@ table th,
|
|
|
*/
|
|
|
.comment-navigation a {
|
|
|
font-family: Poppins, sans-serif;
|
|
|
+ font-family: var(--font-headings, Poppins, sans-serif);
|
|
|
font-size: 1.2rem;
|
|
|
font-weight: 600;
|
|
|
}
|
|
@@ -3174,6 +3196,7 @@ img#wpstats {
|
|
|
color: white;
|
|
|
background-color: black;
|
|
|
font-family: Poppins, sans-serif;
|
|
|
+ font-family: var(--font-headings, Poppins, sans-serif);
|
|
|
font-weight: bold;
|
|
|
font-size: 0.83333rem;
|
|
|
line-height: 1;
|