@font-face {
  font-family: 'font-monkeydev';
  src:
    url('fonts/font-monkeydev.ttf?usecnl') format('truetype'),
    url('fonts/font-monkeydev.woff?usecnl') format('woff'),
    url('fonts/font-monkeydev.svg?usecnl#font-monkeydev') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.mdf {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'font-monkeydev' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.md-front-end:before {
  content: "\e900";
}
.md-prototype:before {
  content: "\e903";
}
.md-consultant-services:before {
  content: "\e904";
}
.md-office-building:before {
  content: "\e905";
}
.md-startup:before {
  content: "\e906";
}
.md-app:before {
  content: "\e907";
}
.md-think-out-box:before {
  content: "\e902";
}
.md-scrum:before {
  content: "\e901";
}
.md-aws:before {
  content: "\e90e";
}
.md-google:before {
  content: "\e90f";
}
.md-reactivex:before {
  content: "\e908";
}
.md-spring:before {
  content: "\e909";
}
.md-react:before {
  content: "\e90a";
}
.md-flutter:before {
  content: "\e90b";
}
.md-swift:before {
  content: "\e90c";
}
.md-kotlin:before {
  content: "\e90d";
}
