@audi/audi-type
v1.0.0-alpha.2
Published
Audi Type Extended and Screen as Webfont.
Downloads
606
Keywords
Readme
Audi Type
Usage
CSS
- Copy the folder
fontsandcssto your project folder. Both folders have to be in the same folder. - Link
css/audi-type.min.cssfrom your HTML files.
<link rel="stylesheet" href="/css/audi-type.min.css">SCSS
- Copy all fonts to your project folder.
- In your main SCSS override
$auditype-font-srcwith the path to the font folder before importing theaudi-type.scssfile.$auditype-font-src: 'path/to/font/folder; - Import the SCSS file
@import "src/scss/audi-type";to your main SCSS.
Demo
Just open dist/index.html in your web browser of choice.
Build
To get started, first install the necessary dependencies, from the root of the project:
npm iAudi Type requires Gulp 4.0
Next, run the following one-liner to compile all files to dist
gulp