This commit is contained in:
nek0
2018-11-10 03:58:31 +01:00
parent f4f715ee08
commit f4ecfe6dc5
24 changed files with 192 additions and 8 deletions

View File

@@ -6,8 +6,8 @@ body {
background-attachment:fixed;
background-repeat:no-repeat;
background-position: center;
font-family: 'Xolonium';
font-size: 16px;
font-family: 'MontserratLight';
font-size: 20px;
font-weight: normal;
font-style: normal;
margin: 0 50px 0;
@@ -20,6 +20,12 @@ header {
border-bottom: 2px solid white;
margin-bottom: 30px;
padding: 12px 0px 12px 0px;
font-family: 'MontserratBlack';
font-size: 30px;
}
h1, h2, h3, h4, h5 {
font-family: 'MontserratBlack';
}
a {
@@ -28,14 +34,12 @@ a {
}
a:hover {
color: #34c300;
color: #c33500;
text-decoration: underline
}
div#logo a {
color: white;
/*float: left;*/
font-size: 18px;
font-weight: bold;
text-decoration: none;
}

View File

@@ -1,6 +1,20 @@
@font-face {
font-family: 'Xolonium'
font-family: 'Xolonium';
src: url('/fonts/Xolononiu-Regular.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MontserratBlack';
src: url('/fonts/Montserrat/Montserrat-Black.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MontserratLight';
src: url('/fonts/Montserrat/Montserrat-Light.otf') format('opentype');
font-weight: normal;
font-style: normal;
}