Sha256: 2dec314c55166214411acbed2dbd250c3e8c1dc27811e4350ee4899c3df2544c
Contents?: true
Size: 999 Bytes
Versions: 13
Compression:
Stored size: 999 Bytes
Contents
// ----------------------------------------------------------- @import "stipe/typography/mixins"; // Do not edit, needed to pull in necessary mixin $webfont_directory: "/fonts/" !default; // edit this directory in the '_config.scss' file if needed. // Pre-loaded web fonts for your use, enjoy! // Fonts needed to be loaded in path specified above // in relation to the rendered CSS file // ----------------------------------------------------------- // To activate 'zocial' uncomment both lines // @import "stipe/typography/web_fonts/zocial"; // @import "stipe/typography/web_fonts/zocial_characters"; // To activate 'font_awesome' uncomment both lines @import "stipe/typography/web_fonts/font_awesome"; @import "stipe/typography/web_fonts/font_awesome_pua"; // Install your own // ----------------------------------------------------------- //@font-face { // @include font-face ($font_family: [name of family], $font-file: [name of file], $font_weight: [value], $font_style: [value]); //}
Version data entries
13 entries across 13 versions & 1 rubygems