Skip to content

A simple font manager for Mac. For activating and disabling fonts and installing Google Fonts

License

Notifications You must be signed in to change notification settings

dgmid/mdg-font-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdg-font-manager-icon MDG Font Manager

A simple font manager for Mac. For activating and disabling fonts and installing Google Fonts.

main window

mdg-font-manager

preview window

mdg-font-manager-preview

Requirements

node.js / npm

To modify a/o build this project you will need to install electron and electron packager

npm install electron -g --save-exact
npm install electron-packager -g

Usage

cd to the project directory and run:

npm install

To modify the html / css / js run:

gulp watch

To test the app run:

electron .

To update all files prior to packaging run:

gulp build

To package the final app run:

npm run package

The packaged app will be written to build/MDG Font Manager-darwin-x64/ in the project directory.

Note: packaging the app runs npm prune -production and so you will need to run npm install again before making any further modifications.

License

MDG Font Manager is released under the MIT Licence

About

A simple font manager for Mac. For activating and disabling fonts and installing Google Fonts

Resources

License

Stars

Watchers

Forks

Packages

No packages published