
/* Importe les fonts locales (pour éviter de passer par l'appel à Google Font) */

/*******************************
Roboto
*******************************/
/* 200 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('cmsfont/roboto/Roboto-Thin-100.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('cmsfont/roboto/Roboto-ThinItalic-100.ttf') format('truetype');
}
/* 300 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('cmsfont/roboto/roboto-Light-300.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('cmsfont/roboto/roboto-LightItalic-300.ttf') format('truetype');
}
/* 400 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('cmsfont/roboto/roboto-Regular-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('cmsfont/roboto/roboto-Italic-400.ttf') format('truetype');
}
/* 700 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('cmsfont/roboto/roboto-Bold-700.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('cmsfont/roboto/roboto-BoldItalic-700.ttf') format('truetype');
}
/* 900 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('cmsfont/roboto/roboto-Black-900.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('cmsfont/roboto/roboto-BlackItalic-900.ttf') format('truetype');
}