@font-face {
    font-family: 'Museo';
    src: url('../fonts/museo-300.eot');
    src: url('../fonts/museo-300.eot?#iefix') format('embedded-opentype'),
           url('../fonts/museo-300.woff') format('woff'),
           url('../fonts/museo-300.ttf') format('truetype'),
           url('../fonts/museo-300.svg#Museo') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
           url('../fonts/Roboto-Regular.woff') format('woff'),
           url('../fonts/Roboto-Regular.ttf') format('truetype'),
           url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}