/*

header {
  font-family: 'Intel-Mono-Light';
}

h2 {
  font-family: 'Intel-Mono-Light';
}

p {
  font-family: 'Arial-Light';
}
*/
/* added 231202 */

@font-face {
  font-family: "MononokiNerdFont-Regular";
  src: url("mononoki/MononokiNerdFont-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "UbuntuNerdFont-Regular";
  src: url("ubuntu/UbuntuNerdFont-Regular.ttf") format("truetype");
}

/* added 231125 */
@font-face {
  font-family: "Isocpeur";
  src: url("isocpeur/isocpeur.ttf") format("truetype");
}

/* added 230430, intent was to make Arial font available for all browsers, appears to have worked */
@font-face {
  font-family: "Arial";
  src: url("arial/arial.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Local-Regular";
  src: url("roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Local-Light";
  src: url("roboto/Roboto-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Local-Bold";
  src: url("roboto/Roboto-Bold.ttf") format("truetype");
  /* font-weight: bold; */
}

@font-face {
  font-family: "Roboto-Local-Light-Italic";
  src: url("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("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("roboto/Roboto-BoldItalic.ttf") format("truetype");
  /* font-style: italic; */
}

@font-face {
  font-family: "Myriad-Pro";
  src: url("myriad-pro/myriadpro-regular.otf") format("opentype");
}

@font-face {
  font-family: "Myriad-Pro-Bold";
  src: url("myriad-pro/myriadpro-bold.otf") format("opentype");
}

@font-face {
  font-family: "Myriad-Pro-Light";
  src: url("myriad-pro/myriadpro-light.otf") format("opentype");
}

@font-face {
  font-family: "Intel-Mono-Regular";
  src: url("intel/intelone-mono-font-family-regular.ttf") format("opentype");
}

@font-face {
  font-family: "Intel-Mono-Light";
  src: url("intel/intelone-mono-font-family-light.ttf") format("opentype");
}

@font-face {
  font-family: "Intel-Mono-Italic";
  src: url("intel/intelone-mono-font-family-italic.ttf") format("opentype");
}

