Giter Site home page Giter Site logo

fontcards's Introduction

Fontcards webapp

Types

Scalars

  • API_KEY
  • Color
  • Url

Objects

  • Font
  • Foundry
  • Card
  • Pair
  • Content

Enums

  • Category
  • Variant
  • Source
  • Subset

Google API response:

alpha:      Sort the list alphabetically
date:       Sort the list by date added (most recent font added or updated first)
popularity: Sort the list by popularity (most popular family first)
style:      Sort the list by number of styles available (family with most styles first)
trending:   Sort the list by families seeing growth in usage (family seeing the most growth first)

kind:         The kind of object, a webfont object
family:       The name of the family
category:     The category of the font
subsets:      A list of scripts supported by the family
variants:     The different styles available for the family
version:      The font family version.
lastModified: The date (format "yyyy-MM-dd") the font family was modified for the last time.
files:        The font family files (with all supported scripts) for each one of the available variants.

{
   "kind": "webfonts#webfont",
   "family": "Anonymous Pro",
   "variants": [
    "regular",
    "italic",
    "700",
    "700italic"
   ],
   "subsets": [
    "greek",
    "greek-ext",
    "cyrillic-ext",
    "latin-ext",
    "latin",
    "cyrillic"
   ],
   "version": "v3",
   "lastModified": "2012-07-25",
   "files": {
    "regular": "http://themes.googleusercontent.com/static/fonts/anonymouspro/v3/Zhfjj_gat3waL4JSju74E-V_5zh5b-_HiooIRUBwn1A.ttf",
    "italic": "http://themes.googleusercontent.com/static/fonts/anonymouspro/v3/q0u6LFHwttnT_69euiDbWKwIsuKDCXG0NQm7BvAgx-c.ttf",
    "700": "http://themes.googleusercontent.com/static/fonts/anonymouspro/v3/WDf5lZYgdmmKhO8E1AQud--Cz_5MeePnXDAcLNWyBME.ttf",
    "700italic": "http://themes.googleusercontent.com/static/fonts/anonymouspro/v3/_fVr_XGln-cetWSUc-JpfA1LL9bfs7wyIp6F8OC9RxA.ttf"
   }
}

fontcards's People

Contributors

suprahfly avatar

Stargazers

Davo Galavotti avatar Brian Yang avatar Daniel Sokil avatar Tobias Timm avatar Carl Barrdahl avatar David Khourshid avatar

Watchers

James Cloos avatar  avatar

fontcards's Issues

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.