Css + fonts..

This commit is contained in:
2020-08-22 22:48:21 +02:00
parent f73a9d0b96
commit ea732325e5
14 changed files with 67 additions and 14 deletions
+19
View File
@@ -0,0 +1,19 @@
@font-face {
font-family: 'Recursive';
font-weight: 300 800;
font-display: swap;
src: url(/recursive-0.0.1.woff2) format('woff2');
}
:root {
--MONO: 0;
--CASL: 0;
--slnt: 0;
--CRSV: 0.5;
}
*,
*:before,
*:after {
font-variation-settings: "MONO" var(--MONO), "CASL" var(--CASL), "slnt" var(--slnt), "CRSV" var(--CRSV);
}