UNPKG

vexflow

Version:

A JavaScript library for rendering music notation and guitar tablature.

7 lines (6 loc) 242 B
import { Font } from '../font.js'; import { CommonMetrics } from './common_metrics.js'; import { GonvilleSmuflFont } from './gonville_glyphs.js'; export function loadGonville() { Font.load('Gonville', GonvilleSmuflFont, CommonMetrics); }