@font-face {
    font-family: 'softekfont';
    src: url('bold/NotoSans-Bold-webfont.eot');
    src: url('bold/NotoSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('bold/NotoSans-Bold-webfont.woff') format('woff'),
         url('bold/NotoSans-Bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'softekfont';
    src: url('bolditalic/NotoSans-BoldItalic-webfont.eot');
    src: url('bolditalic/NotoSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('bolditalic/NotoSans-BoldItalic-webfont.woff') format('woff'),
         url('bolditalic/NotoSans-BoldItalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'softekfont';
    src: url('italic/NotoSans-Italic-webfont.eot');
    src: url('italic/NotoSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('italic/NotoSans-Italic-webfont.woff') format('woff'),
         url('italic/NotoSans-Italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'softekfont';
    src: url('regular/NotoSans-Regular-webfont.eot');
    src: url('regular/NotoSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('regular/NotoSans-Regular-webfont.woff') format('woff'),
         url('regular/NotoSans-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}