-
Notifications
You must be signed in to change notification settings - Fork 666
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1480 from rvilarl/font/gonvilleSmufl_1
Gonville SMuFL
- Loading branch information
Showing
7 changed files
with
789 additions
and
566 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
// [VexFlow](https://vexflow.com) - Copyright (c) Mohit Muthanna 2010. | ||
// MIT License | ||
|
||
import { GonvilleFont } from '../src/fonts/gonville_glyphs'; | ||
import { GonvilleSmuflFont } from '../src/fonts/gonville_glyphs'; | ||
import { GonvilleMetrics } from '../src/fonts/gonville_metrics'; | ||
|
||
export const Font = { | ||
data: GonvilleFont, | ||
data: GonvilleSmuflFont, | ||
metrics: GonvilleMetrics, | ||
}; | ||
export default Font; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.