@font-face {
  font-family: 'text-security-disc';
  src: url('text-security-disc-compat.eot');
  src:
    url('text-security-disc-compat.eot?#iefix') format('embedded-opentype'),
    url('text-security-disc-compat.woff2') format('woff2'),
    url('text-security-disc-compat.ttf') format('truetype');
}

/*
Browser detection hack to enable the optimized font in recent versions of Chromium and FF,
which implement their own font rendering and do support cmap format 13.

content-visibility is currently only supported in Chrome & Edge version 85+ & Chrome for Android
-moz-appearance only lets Firefox through
-webkit-hyphens explicitly excludes Safari in case they later add support for content-visibility
*/
@supports ((content-visibility: visible) or selector(:-moz-is-html)) and (not (-webkit-hyphens: none)) {
  @font-face {
    font-family: 'text-security-disc';
    src:
      url('text-security-disc.woff2') format('woff2'),
      url('text-security-disc-compat.ttf') format('truetype');
  }
}
