TheoryOfNekomata a4b465e2dc | 6 months ago | |
---|---|---|
.. | ||
css | 6 months ago | |
fonts | 6 months ago | |
README.md | 6 months ago |
Follow these simple Steps.
Put bevellier/
Folder into a Folder called fonts/
.
Put bevellier.css
into your css/
Folder.
You may adapt the url('path')
in bevellier.css
depends on your Website Filesystem.
Import bevellier.css
at the top of you main Stylesheet.
@import url('bevellier.css');
You are now ready to use the following Rules in your CSS to specify each Font Style:
font-family: Bevellier-Thin;
font-family: Bevellier-ThinItalic;
font-family: Bevellier-Extralight;
font-family: Bevellier-ExtralightItalic;
font-family: Bevellier-Light;
font-family: Bevellier-LightItalic;
font-family: Bevellier-Regular;
font-family: Bevellier-Italic;
font-family: Bevellier-Medium;
font-family: Bevellier-MediumItalic;
font-family: Bevellier-Semibold;
font-family: Bevellier-SemiboldItalic;
font-family: Bevellier-Bold;
font-family: Bevellier-BoldItalic;
font-family: Bevellier-Black;
font-family: Bevellier-BlackItalic;
font-family: Bevellier-Variable;
font-family: Bevellier-VariableItalic;
Use font-variation-settings
rule to controll axes of variable fonts:
wght 100.0
Available axes: ‘wght’ (range from 100.0 to 900.0