Font Face Local
I've just downloaded a font that has font-weight 200 to 800, from here https://tokotype.github.io/plusjakarta-sans/ . It seems it doesn't have the example so I made one.
@font-face {
font-family: "JakartaSans";
src: url('../fonts/PlusJakartaSans-ExtraLight.woff2') format('woff2'), url('../fonts/PlusJakartaSans-ExtraLight.woff') format('woff');
font-weight: 200;
}
@font-face