@font-face {
    font-family: 'Yekan';
    src: url('../font/Yekan/Yekan.eot') format('eot');
    src: url('../font/Yekan/Yekan.ttf') format('ttf');
    src: url('../font/Yekan/Yekan.svg') format('svg');
    src: url('../font/Yekan/Yekan.woff') format('woff');
}
*{
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    font-family: Yekan;
}