diff --git a/scss/partials/_base.scss b/scss/partials/_base.scss index 538c737..ea04037 100644 --- a/scss/partials/_base.scss +++ b/scss/partials/_base.scss @@ -1,50 +1,6 @@ @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700); @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css); -h1,h2,h3,h4,h5,h6,legend{ - font-family:"Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif; -} - -h1{ - font-size:175%; - margin-bottom: 1em; - font-weight:700; - text-align: center; - - .subtitle{ - font-size:95%; - font-weight:700; - } -} - -h2{ - font-size:150%; - margin-bottom: 1em; - font-weight:700; -} - -h3{ - font-size:125%; - margin-bottom: 0.5em; -} - -h4{ - font-size:115%; -} - -h5{ - font-size:110%; -} - -h6{ - font-size:100%; -} - -h4, h5, h6{ - color:#2980B9; - font-weight:300; -} - html{ -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; diff --git a/scss/partials/_headlines.scss b/scss/partials/_headlines.scss new file mode 100644 index 0000000..fc7c04e --- /dev/null +++ b/scss/partials/_headlines.scss @@ -0,0 +1,40 @@ +h1,h2,h3,h4,h5,h6 { + font-family:"Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif; +} + +h1{ + font-size:175%; + margin-bottom: 1em; + font-weight:700; + text-align: center; + + .subtitle{ + font-size:95%; + font-weight:700; + } +} + +h2{ + font-size:150%; + margin-bottom: 1em; + font-weight:700; +} + +h3{ + font-size:125%; + margin-bottom: 0.5em; +} + +h4{ + font-size:115%; + margin-bottom: 0.5em; + color:#2980B9; + font-weight:300; +} + +h5{ + font-size:110%; + margin-bottom: 0.5em; + color:#2980B9; + font-weight:300; +}