Skip to content

Instantly share code, notes, and snippets.

@terrancesnyder
Last active May 9, 2016 12:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save terrancesnyder/7c02a50611974abdf16b to your computer and use it in GitHub Desktop.
Save terrancesnyder/7c02a50611974abdf16b to your computer and use it in GitHub Desktop.
fonts in use
r.db('test').table('templates').filter({ network: { id: "USA-0008" } }).getField('layers').filter(function(v) {
return v('object').hasFields('fontFamily')
}).concatMap(function(v) {
return v('object')('fontFamily')
}).distinct()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment