@font-face {
    font-family: "Raleway"; /* Gewünschter Name */
    font-style: normal;
    font-weight: 400;
    src:
        url("fonts/Raleway.eot?#iefix") format("embedded-opentype"),
        /* für IE6-IE8 */ url("fonts/Raleway.woff") format("woff"),
        /* für moderne Browser */ url("fonts/Raleway.ttf") format("truetype");
    /* für Safari, Android, iOS */
}

@font-face {
    font-family: "Abel";
    font-style: normal;
    font-weight: 200;
    src:
        url("fonts/Abel.eot?#iefix") format("embedded-opentype"),
        url("fonts/Abel.woff"),
        url("fonts/Abel.ttf");
}
