use variable fonts

This commit is contained in:
xenofem 2020-10-14 21:15:16 -04:00
parent 77b8398175
commit 4b86b67e54
8 changed files with 126 additions and 102 deletions

View file

@ -1,6 +1,15 @@
@font-face {
font-family: 'Raleway';
src: url('/fonts/Raleway-Regular.otf');
src: url('/fonts/Raleway-VF.woff2');
font-weight: 100 900;
font-style: normal;
}
@font-face {
font-family: 'Raleway';
src: url('/fonts/Raleway-Italic-VF.woff2');
font-weight: 100 900;
font-style: italic;
}
body {