Improve Recursive font declaration (#791)

This commit is contained in:
Henry Wilkinson 2023-05-03 14:19:21 -04:00 committed by GitHub
parent b2005fe389
commit 76c9185d69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,10 @@
/* See https://github.com/arrowtype/recursive/tree/main#opentype-features for font-feature-settings examples & more configuration info */
@font-face {
font-family: 'Recursive var';
font-weight: 400;
font-weight: 300 1000;
font-display: swap;
font-style: normal;
font-style: oblique 0deg 15deg;
font-variation-settings: 'MONO' 1, 'CASL' 0, 'slnt' 0, 'CRSV' 0;
src: url("./Recursive_VF.woff2?v=1.085") format("woff2");
font-feature-settings: "ss02", "ss08", "ss12";
}