﻿@font-face {
    font-family: myFirstFont;
    src: url(../fonts/BYekanBold.ttf);
}
*{
    box-sizing:border-box;
    font-family:myFirstFont;
}
body {
    margin: 0;
    background-color: #eee;
}
