@font-face {
  font-family: 'MyFont';
  src: url('ziti.ttf') format('truetype');
}
body {
  font-family: 'MyFont', sans-serif;
}