diff --git a/style.css b/style.css index e12b4a7..e7a1dcd 100644 --- a/style.css +++ b/style.css @@ -105,6 +105,7 @@ h6 { margin: 3rem 0 1rem; font-weight: 600; line-height: 1.25; + font-variation-settings: "wght" 600; /* needed for webkit */ } h1 { @@ -145,6 +146,7 @@ a { text-decoration: none; color: var(--primary-color); cursor: pointer; + font-variation-settings: "wght" 600; /* needed for webkit */ } a:hover {