Add headline scss file
This commit is contained in:
parent
88cd36b513
commit
55d861a408
@ -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://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);
|
@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{
|
html{
|
||||||
-ms-text-size-adjust:100%;
|
-ms-text-size-adjust:100%;
|
||||||
-webkit-text-size-adjust:100%;
|
-webkit-text-size-adjust:100%;
|
||||||
|
40
scss/partials/_headlines.scss
Normal file
40
scss/partials/_headlines.scss
Normal file
@ -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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user