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

body {
  font-family: OpenSans;
}