@font-face {
  font-family: 'RocketChat';
  font-weight: 400;
  font-style: normal;
  font-display: auto;

  src: url('./font/rocketchat.eot');
  src: url('./font/rocketchat.eot?#iefix') format('embedded-opentype'),
    url('./font/rocketchat.woff2') format('woff2'),
    url('./font/rocketchat.woff') format('woff'),
    url('./font/rocketchat.ttf') format('truetype'),
    url('./font/rocketchat.svg#RocketChat') format('svg');
}
