Revert "chore: font-variation-settings are not needed"

This reverts commit d4d08d3bcc.
This commit is contained in:
David Lapshin 2023-08-02 02:30:28 +03:00
parent 3197d5ffba
commit 3a401b7d32
Signed by: daudix
GPG key ID: 93ECF15D3053D81C

View file

@ -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 {