swizzlr / Artsy-OSSUIFonts

Open source variants of the Artsy fonts, wrapped as a CocoaPod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Artsy+OSSUIFonts

This project contains the fonts and UIFont categories required to make a project with standard artsy design. We cannot include the fonts that we would normally use in a public project, so these are the closest equivilents that are available and have open source-compatible licenses.

You can find out more by checking out the websites for EB Garamond and TeX Gyre Adventor.

To make it work you have to include in the Applications XX-Info.plist. See here for an example.

<array>
    <string>EBGaramond08-Italic.ttf</string>
    <string>EBGaramond08-Regular.ttf</string>
    <string>EBGaramond12-Italic.ttf</string>
    <string>EBGaramond12-Regular.ttf</string>
    <string>texgyreadventor-regular.ttf</string>
</array>

Usage

To run the example project; clone the repo, and run pod install from the Example directory first.

Installation

Artsy+UIFonts is available through CocoaPods, and the Artsy Specs Repo.

To install the Specs repo run:

pod repo add artsy https://github.com/artsy/Specs.git

To install the pod, add following line to your Podfile:

pod "Artsy+UIFonts"

Wrapper

Orta, orta.therox@gmail.com

License

The Code itself is MIT. The font license for EB Garamonds is the SIL Open Fonts License The font license for Text Gyre Adventor is the GUST Font License

About

Open source variants of the Artsy fonts, wrapped as a CocoaPod


Languages

Language:Objective-C 85.1%Language:Shell 13.1%Language:Ruby 1.8%