Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MU3] On Mac don't 'install' Leland and don't 'build in' (musical) text fonts #7902

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,6 @@ if (APPLE)
../fonts/mscoreTab.ttf
../fonts/mscore-BC.ttf
../fonts/bravura/BravuraText.otf
../fonts/leland/Leland.otf
../fonts/leland/LelandText.otf
../fonts/petaluma/PetalumaText.otf
../fonts/petaluma/PetalumaScript.otf
Expand Down
5 changes: 0 additions & 5 deletions mscore/musescorefonts-Mac.qrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
<RCC>
<qresource prefix="/">
<file alias="fonts/leland/Leland.otf">../fonts/leland/Leland.otf</file>
<file alias="fonts/leland/LelandText.otf">../fonts/leland/LelandText.otf</file>
<file alias="fonts/edwin/Edwin-Roman.otf">../fonts/edwin/Edwin-Roman.otf</file>
<file alias="fonts/edwin/Edwin-Italic.otf">../fonts/edwin/Edwin-Italic.otf</file>
<file alias="fonts/edwin/Edwin-Bold.otf">../fonts/edwin/Edwin-Bold.otf</file>
<file alias="fonts/edwin/Edwin-BdIta.otf">../fonts/edwin/Edwin-BdIta.otf</file>
<file alias="fonts/mscore/mscore.ttf">../fonts/mscore/mscore.ttf</file>
<file alias="fonts/gootville/Gootville.otf">../fonts/gootville/Gootville.otf</file>
<file alias="fonts/bravura/Bravura.otf">../fonts/bravura/Bravura.otf</file>
Expand Down