Sha256: cdca4e23c838be1d4f91784ae288ed241b09226dcb8bf956172253ac235fa6e9
Contents?: true
Size: 915 Bytes
Versions: 3
Compression:
Stored size: 915 Bytes
Contents
//================================================== // Type.scss // // Index // ----- // 1) Font Imports // 2) Font Family // 3) Line Height // 4) Font-size //================================================== //========================= // 1) Font Imports //========================= @import url("http://fonts.googleapis.com/css?family=Lato:400,700,300"); //========================= // 2) Font Family //========================= $type-helvetica: "Helvetica Neue", Helvetica, Arial, sans-serif; $type-lato: "Lato", Helvetica, Arial, sans-serif; //========================= // 3) Line Height //========================= $type-baseLineHeight: 1.5; $type-headingLineHeight: 1.3; //========================= // 3) Font-size //========================= $type-h1FontSize: 3rem; $type-h2FontSize: 2.75rem; $type-h3FontSize: 2.5rem; $type-h4FontSize: 1.875rem; $type-h5FontSize: 1.625rem; $type-h6FontSize: 1.375rem;
Version data entries
3 entries across 3 versions & 1 rubygems