/* GENERATED by web/scripts/subset-bravura.py — do not edit. */
/* Bravura subset to the glyphs AlphaTab can render; see that script. */
@font-face {
  font-family: "Bravura";
  src: url(/fretviz/Bravura.subset.woff2) format("woff2");
  font-display: block;
}

/* AlphaTab tags every glyph run with class `at`. Applying the family
   via real CSS (not just the SVG presentation attribute) is what
   reliably triggers the webfont load. */
svg .at { font-family: "Bravura"; }
