@font-face {
    font-family: myfont;
    src: url('./OpenSans.ttf');
}

* {
    font-family: myfont;
}