├── .gitignore ├── FONTLOG.txt ├── LICENSE.txt ├── Leland.otf ├── LelandText.otf ├── OFL-FAQ.txt ├── README.md └── leland_metadata.json /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | desktop.ini -------------------------------------------------------------------------------- /FONTLOG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MuseScoreFonts/Leland/HEAD/FONTLOG.txt -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MuseScoreFonts/Leland/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Leland.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MuseScoreFonts/Leland/HEAD/Leland.otf -------------------------------------------------------------------------------- /LelandText.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MuseScoreFonts/Leland/HEAD/LelandText.otf -------------------------------------------------------------------------------- /OFL-FAQ.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MuseScoreFonts/Leland/HEAD/OFL-FAQ.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MuseScoreFonts/Leland/HEAD/README.md -------------------------------------------------------------------------------- /leland_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MuseScoreFonts/Leland/HEAD/leland_metadata.json --------------------------------------------------------------------------------