// [VexFlow](https://vexflow.com) - Copyright (c) Mohit Muthanna 2010.
// MIT License

import { CommonMetrics } from '../src/fonts/common_metrics';
import { CustomFont } from '../src/fonts/custom_glyphs';

export const Font = {
  data: CustomFont,
  metrics: CommonMetrics,
};
export default Font;
