@font-face {
    font-family: 'MyCustomFont';
    src: url('../src/font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'MyCustomFont','Arial';
   
}
