Skip to content

Commit

Permalink
Remove static fontstacks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmartinelli committed Jan 25, 2017
1 parent 404b535 commit 5c286f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
3 changes: 0 additions & 3 deletions src/components/inputs/FontInput.jsx
@@ -1,9 +1,6 @@
import React from 'react'
import AutocompleteInput from './AutocompleteInput'

//TODO: Query available font stack dynamically
import fontStacks from '../../config/fontstacks.json'

class FontInput extends React.Component {
static propTypes = {
value: React.PropTypes.array.isRequired,
Expand Down
35 changes: 0 additions & 35 deletions src/config/fontstacks.json

This file was deleted.

0 comments on commit 5c286f8

Please sign in to comment.