* { font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif; } @mixin transition-all { @include transition(all 0.25s ease-in-out); } @mixin clear-list { list-style-type: none; margin: 0; padding: 0; li { margin: 0; padding: 0; a { margin: 0; padding: 0; } } } @mixin icon { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }