Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic support for web fonts. Synchronous loading only #2791

Merged
merged 6 commits into from Aug 5, 2014

Commits on Jul 24, 2014

  1. Add basic support for web fonts. Synchronous loading only

    for now, and only deals with TTF format fonts.
    
    For an example, try loading http://icons.marekventur.de
    gw3583 committed Jul 24, 2014
  2. Address review comments.

    gw3583 committed Jul 24, 2014
  3. Don't rely on font hint for format detection. Handle parsing comma

    separated format hints. Fix oversight in mac code dealing with
    creating web fonts from memory.
    gw3583 committed Jul 24, 2014
  4. Update font face to new url parser.

    gw3583 committed Jul 24, 2014

Commits on Jul 28, 2014

  1. Fix parsing invalid url, clean up font template matching.

    gw3583 committed Jul 28, 2014
You can’t perform that action at this time.