@font-face {
  font-family: 'Regular';
  src: url('../font/Scansky/Scansky-Regular.woff2') format('woff2'),
    url('../font/Scansky/Scansky-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Light';
  src: url('../font/Scansky/Scansky-Light.woff2') format('woff2'),
    url('../font/Scansky/Scansky-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Thin';
  src: url('../font/Scansky/Scansky-Thin.woff2') format('woff2'),
    url('../font/Scansky/Scansky-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Mono';
  src: url('../font/Roboto2014/RobotoMono-Regular.woff2') format('woff2'),
    url('../font/Roboto2014/RobotoMono-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Entypo';
  src: url('../font/EntypoIcons/entypoIcons.woff2') format('woff2'),
    url('../font/EntypoIcons/entypoIcons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}