@font-face {
  font-family: "ownFont";
  src: url("fnt-regular.eot"); /* IE9 Compat Modes */
  src: url("fnt-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fnt-regular.svg") format("svg"), /* Legacy iOS */
    url("fnt-regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fnt-regular.woff") format("woff"), /* Modern Browsers */
    url("fnt-regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ownFont";
  src: url("fnt-bold.eot"); /* IE9 Compat Modes */
  src: url("fnt-bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fnt-bold.svg") format("svg"), /* Legacy iOS */
    url("fnt-bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fnt-bold.woff") format("woff"), /* Modern Browsers */
    url("fnt-bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: bold;
  font-style: normal;
}
