|
@@ -2356,7 +2356,6 @@ table th,
|
|
|
color: #303030;
|
|
|
font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
font-family: var(--font-headings, "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
|
- font-size: 1.74901rem;
|
|
|
letter-spacing: normal;
|
|
|
line-height: 1;
|
|
|
}
|
|
@@ -2378,6 +2377,13 @@ table th,
|
|
|
color: currentColor;
|
|
|
font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
font-family: var(--font-base, "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
|
+}
|
|
|
+
|
|
|
+body:not(.fse-enabled) .site-title {
|
|
|
+ font-size: 1.74901rem;
|
|
|
+}
|
|
|
+
|
|
|
+body:not(.fse-enabled) .site-description {
|
|
|
font-size: 0.75614rem;
|
|
|
}
|
|
|
|
|
@@ -2536,7 +2542,6 @@ table th,
|
|
|
display: block;
|
|
|
font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
font-family: var(--font-headings, "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
|
- font-size: 1rem;
|
|
|
font-weight: bold;
|
|
|
padding: 4px 0;
|
|
|
}
|
|
@@ -2594,6 +2599,10 @@ table th,
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
+body:not(.fse-enabled) .main-navigation a {
|
|
|
+ font-size: 1rem;
|
|
|
+}
|
|
|
+
|
|
|
.social-navigation > div > ul {
|
|
|
align-content: center;
|
|
|
display: flex;
|
|
@@ -2717,7 +2726,6 @@ table th,
|
|
|
.footer-navigation .footer-menu a {
|
|
|
font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
font-family: var(--font-base, "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
|
- font-size: 0.86957rem;
|
|
|
font-weight: bold;
|
|
|
padding: 8px;
|
|
|
color: currentColor;
|
|
@@ -2731,6 +2739,10 @@ table th,
|
|
|
color: #303030;
|
|
|
}
|
|
|
|
|
|
+body:not(.fse-enabled) .footer-menu a {
|
|
|
+ font-size: 0.86957rem;
|
|
|
+}
|
|
|
+
|
|
|
.entry-title {
|
|
|
font-size: 2.01136rem;
|
|
|
letter-spacing: normal;
|