Add headline scss file

This commit is contained in:
Thomas Dehaeze 2020-11-26 15:57:50 +01:00
parent 88cd36b513
commit 55d861a408
2 changed files with 40 additions and 44 deletions

View File

@ -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%;

View 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;
}