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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    10
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    10
  • 1.0.0
    0

Package Sidebar

Install

npm i sass-font-face

Weekly Downloads

10

Version

1.0.1

License

MIT

Last publish

Collaborators

  • dmnsgn