|
@@ -137,10 +137,35 @@ table {
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-style: normal;
|
|
}
|
|
}
|
|
|
|
+@font-face {
|
|
|
|
+ font-family: 'droid_sansbold';
|
|
|
|
+ src: url('/fonts/droidsans-bold-webfont.eot');
|
|
|
|
+ src: url('/fonts/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
|
|
|
|
+ url('/fonts/droidsans-bold-webfont.woff2') format('woff2'),
|
|
|
|
+ url('/fonts/droidsans-bold-webfont.woff') format('woff'),
|
|
|
|
+ url('/fonts/droidsans-bold-webfont.ttf') format('truetype'),
|
|
|
|
+ url('/fonts/droidsans-bold-webfont.svg#aller_lightregular') format('svg');
|
|
|
|
+ font-weight: normal;
|
|
|
|
+ font-style: normal;
|
|
|
|
+}
|
|
|
|
+@font-face {
|
|
|
|
+ font-family: 'droid_sansregular';
|
|
|
|
+ src: url('/fonts/droidsans-webfont.eot');
|
|
|
|
+ src: url('/fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
|
|
|
|
+ url('/fonts/droidsans-webfont.woff2') format('woff2'),
|
|
|
|
+ url('/fonts/droidsans-webfont.woff') format('woff'),
|
|
|
|
+ url('/fonts/droidsans-webfont.ttf') format('truetype'),
|
|
|
|
+ url('/fonts/droidsans-webfont.svg#allerregular') format('svg');
|
|
|
|
+ font-weight: normal;
|
|
|
|
+ font-style: normal;
|
|
|
|
+}
|
|
|
|
|
|
/* default styles */
|
|
/* default styles */
|
|
html {
|
|
html {
|
|
- font-family: 'fertigo_proregular', helvetica;
|
|
|
|
|
|
+ font-family: 'droid_sansregular', 'fertigo_proregular', helvetica;
|
|
|
|
+}
|
|
|
|
+h1, h2, h3, h4 {
|
|
|
|
+ font-family: 'allerbold', sans-serif, georgia, helvetica;
|
|
}
|
|
}
|
|
h1, h2 {
|
|
h1, h2 {
|
|
font-weight: bolder;
|
|
font-weight: bolder;
|
|
@@ -157,6 +182,9 @@ h2 {
|
|
h3 {
|
|
h3 {
|
|
font-size: 150%;
|
|
font-size: 150%;
|
|
}
|
|
}
|
|
|
|
+p {
|
|
|
|
+ margin-bottom: 10px;
|
|
|
|
+}
|
|
|
|
|
|
/* default sizes */
|
|
/* default sizes */
|
|
header, .content, footer {
|
|
header, .content, footer {
|
|
@@ -169,6 +197,9 @@ header>a {
|
|
color: #000;
|
|
color: #000;
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
+header h1 {
|
|
|
|
+ margin-bottom: 15px;
|
|
|
|
+}
|
|
nav li {
|
|
nav li {
|
|
display: inline;
|
|
display: inline;
|
|
padding: 0 15px;
|
|
padding: 0 15px;
|