

/* added 230430, intent was to make Arial font available for all browsers, appears to have worked */
@font-face {
  font-family: "Arial";
  src: url("fonts/arial.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Local-Regular";
  src: url("fonts/roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Local-Light";
  src: url("fonts/roboto/Roboto-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Local-Bold";
  src: url("fonts/roboto/Roboto-Bold.ttf") format("truetype");
  /* font-weight: bold; */
}

@font-face {
  font-family: "Roboto-Local-Light-Italic";
  src: url("fonts/roboto/Roboto-LightItalic.ttf") format("truetype");
  /* font-style: italic; had to remove this as it was breaking Safari */
}

@font-face {
  font-family: "Roboto-Local-Italic";
  src: url("fonts/roboto/Roboto-Italic.ttf") format("truetype");
  /* font-style: italic; had to remove this as it was breaking Safari */
}

@font-face {
  font-family: "Roboto-Local-Bold-Italic";
  src: url("fonts/roboto/Roboto-BoldItalic.ttf") format("truetype");
  /* font-style: italic; */
}

@font-face {
  font-family: "Myriad-Pro";
  src: url("fonts/myriad-pro/myriadpro-regular.otf") format("opentype");
}

@font-face {
  font-family: "Myriad-Pro-Bold";
  src: url("fonts/myriad-pro/myriadpro-bold.otf") format("opentype");
}

@font-face {
  font-family: "Myriad-Pro-Light";
  src: url("fonts/myriad-pro/myriadpro-light.otf") format("opentype");
}

@font-face {
  font-family: "Intel-Mono-Regular";
  src: url("fonts/intel/intelone-mono-font-family-regular.ttf") format("opentype");
}

@font-face {
  font-family: "Intel-Mono-Light";
  src: url("fonts/intel/intelone-mono-font-family-light.ttf") format("opentype");
}

@font-face {
  font-family: "Intel-Mono-Italic";
  src: url("fonts/intel/intelone-mono-font-family-italic.ttf") format("opentype");
}

