use variable fonts
This commit is contained in:
parent
77b8398175
commit
4b86b67e54
8 changed files with 126 additions and 102 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue