|
@@ -136,6 +136,10 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|
|
* Crop Text Boundry
|
|
|
* - Sets a fixed-width on content within alignwide and alignfull blocks
|
|
|
*/
|
|
|
+/**
|
|
|
+ * Add font-family using CSS variables.
|
|
|
+ * It also adds the proper fallback for browsers without support.
|
|
|
+ */
|
|
|
/**
|
|
|
* Child Theme Deep
|
|
|
*/
|
|
@@ -1426,7 +1430,7 @@ h4, .h4,
|
|
|
h5, .h5,
|
|
|
h6, .h6 {
|
|
|
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-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
|
font-weight: bold;
|
|
|
clear: both;
|
|
|
}
|
|
@@ -1518,7 +1522,7 @@ img {
|
|
|
|
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
|
|
|
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-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
|
|
@@ -1552,7 +1556,7 @@ img {
|
|
|
|
|
|
.wp-block-latest-posts > li > a {
|
|
|
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-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
|
font-size: 1.44rem;
|
|
|
font-weight: bold;
|
|
|
line-height: 1.125;
|
|
@@ -1637,7 +1641,7 @@ img {
|
|
|
ul,
|
|
|
ol {
|
|
|
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
|
|
|
- font-family: var(--font-base, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif);
|
|
|
+ font-family: var(--font-headings, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif);
|
|
|
margin: 0;
|
|
|
padding-right: 32px;
|
|
|
}
|
|
@@ -2013,7 +2017,7 @@ table,
|
|
|
table th,
|
|
|
.wp-block-table th {
|
|
|
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-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
|
}
|
|
|
|
|
|
table td,
|
|
@@ -2208,7 +2212,7 @@ table th,
|
|
|
|
|
|
.has-drop-cap:not(:focus)::first-letter {
|
|
|
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-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
|
font-size: calc(2 * 2.48832rem);
|
|
|
font-weight: bold;
|
|
|
line-height: 0.66;
|
|
@@ -2376,7 +2380,7 @@ table th,
|
|
|
.site-description {
|
|
|
color: currentColor;
|
|
|
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
|
|
|
- font-family: var(--font-base, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif);
|
|
|
+ font-family: var(--font-headings, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif);
|
|
|
}
|
|
|
|
|
|
body:not(.fse-enabled) .site-title {
|
|
@@ -2650,7 +2654,7 @@ body:not(.fse-enabled) .main-navigation a {
|
|
|
.site-info {
|
|
|
color: #666666;
|
|
|
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-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
|
font-size: 0.83333rem;
|
|
|
}
|
|
|
|
|
@@ -3597,7 +3601,7 @@ body.admin-bar .widget_eu_cookie_law_widget.widget.top {
|
|
|
*/
|
|
|
html {
|
|
|
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
|
|
|
- font-family: var(--font-base, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif);
|
|
|
+ font-family: var(--font-headings, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif);
|
|
|
}
|
|
|
|
|
|
a {
|
|
@@ -3881,7 +3885,7 @@ article .entry-header .entry-title a:active, article .entry-header .entry-title
|
|
|
|
|
|
.entry-content {
|
|
|
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
|
|
|
- font-family: var(--font-base, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif);
|
|
|
+ font-family: var(--font-headings, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif);
|
|
|
}
|
|
|
|
|
|
.pagination {
|
|
@@ -4025,7 +4029,7 @@ article .entry-header .entry-title a:active, article .entry-header .entry-title
|
|
|
.widget-area .widget-title,
|
|
|
.widget-area .widgettitle {
|
|
|
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-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
|
font-size: 1rem;
|
|
|
margin-bottom: 16px;
|
|
|
text-transform: uppercase;
|