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

import { LelandFont } from '../src/fonts/leland_glyphs';
import { LelandMetrics } from '../src/fonts/leland_metrics';

export const Font = {
  data: LelandFont,
  metrics: LelandMetrics,
};
export default Font;
