Sha256: d41aaef30d8ab75dcbc588a98db5ed11a53e9f72b08e2b8d023718cd96974a0c
Contents?: true
Size: 719 Bytes
Versions: 6
Compression:
Stored size: 719 Bytes
Contents
// /** // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved. // * Licensed under GNU General Public License version 2 or later; 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
6 entries across 6 versions & 1 rubygems