Sha256: 0716d149dc2ef615a5a0ccbc424991a5493667b30451d4f5f48b801c6bccf38f
Contents?: true
Size: 1.27 KB
Versions: 9
Compression:
Stored size: 1.27 KB
Contents
///////////////////////////////////////////// ///////////////////////////////////////////// // ______ __ // // | ___| | | // // | |_ ___ _ __ | |_ ___ // // | _/ _ \| '_ \| __/ __| // // | || (_) | | | | |_\__ \ // // \_| \___/|_| |_|\__|___/ // // // ///////////////////////////////////////////// ///////////////////////////////////////////// //http://bourbon.io/docs/#font-face // Antenna // Ref https://github.com/thoughtbot/bourbon/blob/tg-5-0-documentation/core/bourbon/library/_font-face.scss // Have to set "file formats" manually https://github.com/thoughtbot/bourbon/blob/tg-5-0-documentation/core/bourbon/settings/_settings.scss#L31 //$family: ( thin: 200, regular: 400, medium: 600 ) //@each $name, $weight in $family // @include font-face("Antenna", "antenna/#{$name}/#{$name}", ("ttf", "woff", "svg", "eot"), true) // font: // weight: $weight // style: normal // @include font-face("Antenna", "antenna/#{$name}/italic", ("ttf", "woff", "svg", "eot"), true) // font: // weight: $weight // style: italic ///////////////////////////////////////////// /////////////////////////////////////////////
Version data entries
9 entries across 9 versions & 1 rubygems