[SITE] add new logo (and Boon font) to front page
This commit is contained in:
parent
179eb03074
commit
2a355d4f81
19 changed files with 127 additions and 22 deletions
|
@ -2,22 +2,42 @@
|
|||
* for specific template
|
||||
*/
|
||||
|
||||
@import "../mainvariables";
|
||||
|
||||
main {
|
||||
div.home {
|
||||
text-align: center;
|
||||
margin-top: 20%;
|
||||
margin-top: 17%;
|
||||
margin-bottom: 20%;
|
||||
h1 {
|
||||
margin: 0;
|
||||
font-family: 'Alegreya Sans', "Verdana", "Arial", sans-serif;
|
||||
|
||||
div.logo {
|
||||
font-family: 'Boon', "Verdana", "Arial", sans-serif;
|
||||
font-size: 24.5px;
|
||||
line-height: 1.2em;
|
||||
font-weight: 100;
|
||||
font-size: 60px;
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
|
||||
width: 11em; // more than needed, because of fallback fonts
|
||||
margin: 0 auto;
|
||||
|
||||
span {
|
||||
color: $color_accent;
|
||||
font-weight: 400;
|
||||
&.firstname {
|
||||
padding-left: 0.1em;
|
||||
padding-right: 0.56em;
|
||||
}
|
||||
&.surname {
|
||||
letter-spacing: -0.036em;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
font-size: 20px;
|
||||
margin-top: 0.5em;
|
||||
font-size: 14px;
|
||||
letter-spacing: -0.02em;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue