added Garamond bold to functions
This commit is contained in:
parent
704a79440f
commit
4e3f7fc9a9
5 changed files with 12 additions and 12 deletions
|
@ -143,7 +143,7 @@ function coutoire_fonts_url() {
|
|||
}
|
||||
|
||||
if ( 'off' !== $eb_garamond ) {
|
||||
$font_families[] = 'EB Garamond:400,400i';
|
||||
$font_families[] = 'EB Garamond:400,400i,600';
|
||||
}
|
||||
|
||||
$query_args = array(
|
||||
|
|
|
@ -255,7 +255,7 @@ $config-heading: (
|
|||
"h1": map-deep-get($config-global, "font", "letter-spacing", "xxxl"),
|
||||
),
|
||||
// Font Weight
|
||||
"weight": 200,
|
||||
"weight": 400,
|
||||
),
|
||||
);
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -1709,7 +1709,7 @@ h5, .h5,
|
|||
h6, .h6 {
|
||||
font-family: "EB Garamond", serif;
|
||||
font-family: var(--font-headings, "EB Garamond", serif);
|
||||
font-weight: 200;
|
||||
font-weight: 400;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
|
@ -1837,7 +1837,7 @@ img {
|
|||
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;
|
||||
}
|
||||
|
||||
|
@ -2551,7 +2551,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.98598rem);
|
||||
font-weight: 200;
|
||||
font-weight: 400;
|
||||
line-height: 0.66;
|
||||
text-transform: uppercase;
|
||||
font-style: normal;
|
||||
|
|
|
@ -1709,7 +1709,7 @@ h5, .h5,
|
|||
h6, .h6 {
|
||||
font-family: "EB Garamond", serif;
|
||||
font-family: var(--font-headings, "EB Garamond", serif);
|
||||
font-weight: 200;
|
||||
font-weight: 400;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
|
@ -1837,7 +1837,7 @@ img {
|
|||
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;
|
||||
}
|
||||
|
||||
|
@ -2558,7 +2558,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.98598rem);
|
||||
font-weight: 200;
|
||||
font-weight: 400;
|
||||
line-height: 0.66;
|
||||
text-transform: uppercase;
|
||||
font-style: normal;
|
||||
|
|
Loading…
Reference in a new issue