Sha256: 8d0a534ab09fd890d5f111c773ca040433e72f4687a400fb0fc8155129c7995b
Contents?: true
Size: 833 Bytes
Versions: 30
Compression:
Stored size: 833 Bytes
Contents
@mixin copy-face { font-family: "Open Sans", helvetica, arial, sans-serif; font-weight: 400; } @mixin title-face { font-family: "jaf-bernino-sans-condensed", arial, "helvetica neue", helvetica, sans-serif; font-weight: 700; } @mixin title-face-highlight { font-family: "jaf-bernino-sans-condensed", arial, "helvetica neue", helvetica, sans-serif; font-weight: 400; color: $heading-highlight-color; } @mixin reversed-text-smoothing { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @mixin no-text-smoothing { -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: auto; } @mixin text-highlighted { background-color: transparent; } @mixin callout-primary-link { @include title-face; color: $text-color; } @mixin callout-secondary-link { color: $link-color; }
Version data entries
30 entries across 30 versions & 1 rubygems