@font-face {
    font-family: Samim;
    src: url('../fonts/Samim.eot');
    src: url('../fonts/Samim.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Samim.woff') format('woff'),
        url('../fonts/Samim.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Samim;
    src: url('../fonts/Samim-Bold.eot');
    src: url('../fonts/Samim-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Samim-Bold.woff') format('woff'),
        url('../fonts/Samim-Bold.ttf') format('truetype');
    font-weight: bold;
}

body {
    font-family: 'Samim';height: 1000px;
}