@font-face {
  font-display: fallback;
  font-family: 'DejaVu Sans Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/deja_vu_sans_condensed-webfont.woff') format('woff');
}
@font-face {
  font-display: fallback;
  font-family: 'DejaVu Sans Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/deja_vu_sans_condensed-bold-webfont.woff') format('woff');
}
/* used font-display fallback here. as mentioned here https://stackoverflow.com/a/67331437/4375061 */
