//================================================== // 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;