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

import { CommonMetrics } from '../src/fonts/common_metrics';
import { LelandFont } from '../src/fonts/leland_glyphs';

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