Sha256: 4d55f96bfd1850dcd72a19bec1698ca901193259e6e45071f3c49c97f767cbc1
Contents?: true
Size: 677 Bytes
Versions: 2
Compression:
Stored size: 677 Bytes
Contents
// /** // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved. // * Licensed under MIT; see LICENSE.txt // */ @if $trace-imports { @debug 'imported'; } // Weight reference: // 100 ultra-light // 200 light // 300 book // 400 regular, or normal // 500 medium // 600 semi-bold // 700 bold // 800 extra-bold // 900 heavy, or ultra-bold // Righteous // Available styles on Google Fonts: 400 $righteous-fontface : "Righteous"; $righteous-fallback : "serif"; $righteous-family : ($righteous-fontface, $righteous-fallback); // style, variant, weight, family $righteous-regular : normal, normal, 400, $righteous-family;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
persistentgrid-0.0.1.beta.12 | scss/persistentgrid/utilities/settings/fonts/_righteous.scss |
persistentgrid-0.0.1.beta.11 | scss/persistentgrid/utilities/settings/fonts/_righteous.scss |