
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../fonts/DroidSans.woff') format('woff');
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('../fonts/DroidSans-Bold.woff') format('woff');
}