Some handy-dandy scss!
Availability: myfonts or fontspring
License: Webfont allows for unlimited views/domains.
Pricing: There are six free weights including Medium.
Usage: MyFontsWebfontsKit.zip is included in the repo to install locally on a site.
@mixin hax-font( $size ) {
font-family: 'Novecentosanswide-Medium';
font-size: $size;
font-style: normal;
font-weight: normal;
}
$hax-blue: #429FD0;
$hax-vivid-red: #EC1C24;
$hax-soft-red: #EF4B55;