@font-face {
font-family: 'default';
src: url('/fonts/default.ttf');
}
body {
  font-family: 'default', sans-serif;
}