sass-font-face
v1.0.1
Published
Font-face mixin for sass
Downloads
69
Readme
sass-font-face
Font-face mixin for sass
Install
$ npm install sass-font-face --save
Usage
@import "../node_modules/sass-font-face/_font-face.scss";
$font-regular: 'Open Sans Regular';
@include font-face($font-regular, 'fonts/', 'OpenSans-Regular-webfont', 'open_sansregular');
.element {
font-family: $font-regular;
}
License
MIT