Installing Webfonts

Follow these simple Steps.

1.

Put general-sans/ Folder into a Folder called fonts/.

2.

Put general-sans.css into your css/ Folder.

3. (Optional)

You may adapt the url('path') in general-sans.css depends on your Website Filesystem.

4.

Import general-sans.css at the top of you main Stylesheet.

@import url('general-sans.css');

5.

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;

6. (Optional)

Use font-variation-settings rule to controll axes of variable fonts: wght 700.0

Available axes: 'wght' (range from 200.0 to 700.0