updated font settings to match qvitter

This commit is contained in:
Marcus Moeller 2015-02-16 17:37:13 +01:00
parent 6862184956
commit 0168fddae5

View File

@ -38,27 +38,6 @@
font-style: normal; font-style: normal;
} }
@font-face {
font-family: 'Lato';
src: url('../fonts/Lato-Regular.eot?') format('eot'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato';
src: url('../fonts/Lato-Bold.eot?') format('eot'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Lato';
src: url('../fonts/Lato-Italic.eot?') format('eot'), url('../fonts/Lato-Italic.woff') format('woff'), url('../fonts/Lato-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@media screen, projection, tv { @media screen, projection, tv {
/* general styles and layout */ /* general styles and layout */
@ -70,11 +49,11 @@ html, body {
body { body {
background-color: #E9EAED; background-color: #E9EAED;
color: #222; color: #222;
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
} }
input, textarea, select, option { input, textarea, select, option {
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
} }
a {color: #006c9b;} a {color: #006c9b;}
@ -127,9 +106,11 @@ address {
z-index: 1001; z-index: 1001;
background-color:#0084B4; background-color:#0084B4;
} }
address:hover { address:hover {
background-position: -10px -635px; background-position: -10px -635px;
} }
address a { address a {
height: 34px; height: 34px;
width: 89px; width: 89px;