@font-face {
    font-family: 'MyCustomFont';
    src: url('kodchasan-regular-webfont.woff2') format('woff2');
}
body, button, input {
    font-family: 'MyCustomFont', sans-serif;
}
