
/* I prefer to have my fonts available at my own server, that's why I am putting this
   right here. Nevertheless, I feel it's too much work to do this properly at the
   moment, so I will have to fix this in the future.
 */
@import url(https://fonts.googleapis.com/css?family=Amaranth);

@font-face {
    font-family: 'OverlockBold';
    src: url('Overlock-Bold-OTF-webfont.eot');
    src: url('Overlock-Bold-OTF-webfont.eot?#iefix') format('embedded-opentype'),
         url('Overlock-Bold-OTF-webfont.woff') format('woff'),
         url('Overlock-Bold-OTF-webfont.ttf') format('truetype'),
         url('Overlock-Bold-OTF-webfont.svg#OverlockBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
