Code Monkey home page Code Monkey logo

max's Introduction

Max

The better font manager for OS X

(1) Max (named after Max Miedinger, the designer of Helvetica), is a CLI for installing and managing 3rd party fonts on OS X.

(2) Homebrew for fonts.

Installation

curl -s -l https://raw.githubusercontent.com/Colton/Max/master/install.sh | bash

Quickstart

Install a font

max install <font name>

Install a font family

max install --family <font family name>

Preview a font/family

max preview (--family) <font/family name>

Browse all of the available fonts in the Registry

Submitting a font/family

Font

  1. To submit a font to Max, first clone this repository. Next, create a JSON file with 3 properties. The name of the font, a direct URL to download the font, and the SHA256 hash of the font (shasum -a 256 <font location>). This hash must be valid or Max will not install the font. See: this example font JSON file.

  2. Copy the JSON file to /.Registry/Fonts/. Make sure the name of the file is the all-lowercase version of the name you entered in the JSON file.

  3. Submit a pull request.

Family

  1. To submit a font family to Max, first submit the individual fonts making up the family. Each font included in the family must be in the Registry before-hand.

  2. Make a new JSON file with 2 properties: name and fonts. The name is the name of the font family, and fonts is an array of the fonts that make up the family. See: this example family JSON file.

  3. Copy that file to the /.Registry/Families directory with the name being the all-lowercase version of the name property of the family's JSON file

  4. Submit a pull request.

License

Code is under the Apache License.

max's People

Contributors

colton avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.