@font-face {
font-family: 'Yanone Kaffeesatz';
src: url('./fonts/YanoneKaffeesatz-Regular.eot');
src: local('Yanone Kaffeesatz Regular'), url('./fonts/YanoneKaffeesatz-Regular.ttf') format('truetype');
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: 'Droid Sans';
src: url('fonts/DroidSans.eot');
src: local('Droid Sans'), url('fonts/DroidSans.ttf') format('truetype');
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: 'Droid Sans';
src: url('fonts/DroidSans-Bold.eot');
src: local('Droid Sans'), url('fonts/DroidSans-Bold.ttf') format('truetype');
font-style: normal;
font-weight: bold;
}
body, html {
font-family: 'Droid Sans', Lucida, Helvetica, Arial;
}
h1, h2, h3 {
font-family: 'Yanone Kaffeesatz', Lucida, Helvetica, Arial;
}