11 lines
192 B
CSS
11 lines
192 B
CSS
|
@font-face {
|
||
|
font-weight: 100 900;
|
||
|
src: url("/fonts/Figtree-VariableFont_wght.ttf") format("truetype");
|
||
|
font-family: "Figtree";
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
font-weight: 500;
|
||
|
font-family: "Figtree";
|
||
|
}
|