@font-face {
  font-family: 'esriFont';
  src: url('../fonts/esri-pm-hazards-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/esri-pm-hazards-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/esri-pm-hazards-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/esri-pm-hazards-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/esri-pm-hazards-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/esri-pm-hazards-webfont.svg#esriFont') format('svg'); /* Legacy iOS */
}

.esri-font {
    font-family: esriFont;
    font-size: 7em;
}