fontcombinator icon indicating copy to clipboard operation
fontcombinator copied to clipboard

The code for my Font Combinator

Results 21 fontcombinator issues
Sort by recently updated
recently updated
newest added

Come up with a design that is truly mobile first, and friendly to users on mobile devices. I could conceive a workflow where: - A user creates a set of...

Meta

A plugin that the current Font Combinator makes a lot of use of is [Chosen](http://harvesthq.github.io/chosen/), which has been great. It creates a very attractive, stylable select menu with a search...

Version 2
JavaScript

As a learning exercise, I'm going to convert the Font Combinator JavaScript to Vanilla JS. This would force me to learn and use things like Object Oriented JavaScript. Large issues...

Version 2
JavaScript
Meta

Related to #8. Create a default "curated mode" that only loads the higher quality fonts from Google Fonts. That way performance is improved dramatically, and the usability is better as...

Feature Request
Version 2

Currently the default configuration is a pain to change/update. Make this easier. - Make some kind of default config object file that can be broken out and version controlled -...

Feature Request
Version 2

I currently use a jQuery based plugin for color selections. - Consider using the HTML5 color input - though, it's browser support is weak - Retaining jQuery for this plugin...

Version 2
JavaScript

The biggest issue with the Font Combinator is that it's performance is, well, terrible. Among the issues: - 1322 HTTP requests - this is largely due to the request for...

Meta

There have been several requests to have some kind of output that shows the resulting CSS needed for font selections. Aspects of this would be: - [ ] Showing the...

Feature Request

It would be nice if changes that were made were automatically saved to the user's localStorage, so if they come back, they can pick up where they left off. Aspects...

Feature Request
Version 2
JavaScript

The range slider is really hard to use for Line Height controls. Consider either a text input, or some other method to make that control easier.

Feature Request