sass-font-face

1.0.1 • Public • Published

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

/sass-font-face/

    Package Sidebar

    Install

    npm i sass-font-face

    Weekly Downloads

    45

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • dmnsgn