@font-face {
  font-family: 'robotoregular';
  font-display: swap; /* Read next point */
  unicode-range: U+000-5FF; /* Download only latin glyphs */
  src: local('robotoregular'),
       url('/css/fonts/roboto-regular-webfont.woff') format('woff')
}
@font-face {
  font-family: 'robotobold';
  font-display: swap; /* Read next point */
  unicode-range: U+000-5FF; /* Download only latin glyphs */
  src: local('robotobold'),
       url('/css/fonts/roboto-bold-webfont.woff') format('woff')
}
@font-face {
  font-family: 'icomoonfont';
  font-display: swap;
  src: local('icomoonfont'),
       url('/css/fonts/icomoonfont.woff') format('woff')
}
@font-face {
  font-family: 'icomoon';
  font-display: swap;
  src:  local('icomoonfont'),
		url('/10x-template/assets/fonts/icomoon.woff') format('woff')
}