@font-face {
    font-family: 'simpler-light';
    src: url('simpler-light.eot');
    src: url('simpler-light.woff') format('woff'), url('simpler-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: simpler-light;
}