Follow these simple Steps.
Put general-sans/ Folder into a Folder called fonts/.
Put general-sans.css into your css/ Folder.
You may adapt the url('path') in general-sans.css depends on your Website Filesystem.
Import general-sans.css at the top of you main Stylesheet.
@import url('general-sans.css');
You are now ready to use the following Rules in your CSS to specify each Font Style:
font-family: GeneralSans-Extralight;
font-family: GeneralSans-ExtralightItalic;
font-family: GeneralSans-Light;
font-family: GeneralSans-LightItalic;
font-family: GeneralSans-Regular;
font-family: GeneralSans-Italic;
font-family: GeneralSans-Medium;
font-family: GeneralSans-MediumItalic;
font-family: GeneralSans-Semibold;
font-family: GeneralSans-SemiboldItalic;
font-family: GeneralSans-Bold;
font-family: GeneralSans-BoldItalic;
font-family: GeneralSans-Variable;
font-family: GeneralSans-VariableItalic;
Use font-variation-settings rule to controll axes of variable fonts:
wght 700.0
Available axes: 'wght' (range from 200.0 to 700.0