Skip to content

Instantly share code, notes, and snippets.

@Taova
Created October 29, 2015 14:48
Show Gist options
  • Save Taova/e879fb450370f6d8a2a4 to your computer and use it in GitHub Desktop.
Save Taova/e879fb450370f6d8a2a4 to your computer and use it in GitHub Desktop.
@mixin open-sans($style:regular){
font-family: 'Open Sans';
@if ($style==light){
font-weight: 100;
}
@if ($style==regular){
font-weight: 400;
}
@if ($style==semibold){
font-weight: 600;
}
@if ($style==bold){
font-weight: 700;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment