font: use woff2 for font-weight:200

This commit is contained in:
Sören Weber 2024-03-31 16:13:04 +02:00
parent aa949164ae
commit 0b37d72780
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -2,7 +2,7 @@
font-family: 'Work Sans';
font-style: normal;
font-weight: 200;
src: url("../fonts/WorkSans-ExtraLight.woff") format("woff2"), url("../fonts/WorkSans-ExtraLight.woff") format("woff");
src: url("../fonts/WorkSans-ExtraLight.woff2") format("woff2"), url("../fonts/WorkSans-ExtraLight.woff") format("woff");
font-display: swap;
}