|
@@ -665,7 +665,7 @@ object {
|
|
|
.wp-block-heading h6, h6, .h6 {
|
|
|
font-family: "EB Garamond", serif;
|
|
|
font-family: var(--font-headings, "EB Garamond", serif);
|
|
|
- font-weight: 200;
|
|
|
+ font-weight: 400;
|
|
|
clear: both;
|
|
|
}
|
|
|
|
|
@@ -745,7 +745,7 @@ object {
|
|
|
font-family: "EB Garamond", serif;
|
|
|
font-family: var(--font-headings, "EB Garamond", serif);
|
|
|
font-size: 1.728rem;
|
|
|
- font-weight: 200;
|
|
|
+ font-weight: 400;
|
|
|
line-height: 1;
|
|
|
}
|
|
|
|
|
@@ -1032,7 +1032,7 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|
|
color: #444444;
|
|
|
font-family: "EB Garamond", serif;
|
|
|
font-family: var(--font-headings, "EB Garamond", serif);
|
|
|
- font-weight: 200;
|
|
|
+ font-weight: 400;
|
|
|
font-size: 2.48832em;
|
|
|
letter-spacing: normal;
|
|
|
line-height: 1;
|
|
@@ -1166,7 +1166,7 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|
|
font-family: "EB Garamond", serif;
|
|
|
font-family: var(--font-headings, "EB Garamond", serif);
|
|
|
font-size: calc(2 * 2.98598em);
|
|
|
- font-weight: 200;
|
|
|
+ font-weight: 400;
|
|
|
}
|
|
|
|
|
|
/**
|