chore: font-variation-settings are not needed

font-weight are supported in safari since 2003
This commit is contained in:
David Lapshin 2023-08-02 01:06:04 +03:00
parent 37cf375624
commit d4d08d3bcc
Signed by: daudix
GPG key ID: 93ECF15D3053D81C

View file

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