@font-face {
    font-family: 'MyWebFont';
    src: url('../fonts/yekanf.woff') format('woff');
}
/* <<< Reset CSS >>> */
body {
    font-family: "MyWebFont" !important;
}