Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 742 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 742 Bytes

Haxiom Brand


Some handy-dandy scss!

Fonts

Novecento Sans Wide Medium

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;
}

Colors

$hax-blue: #429FD0;  
$hax-vivid-red: #EC1C24;  
$hax-soft-red: #EF4B55;