Giter Site home page Giter Site logo

feather-font's Introduction

Feather Font

This is an icon font of the Feather Icons (Github) by Cole Bemis and repackaged using Fontello

Demo

See all the icons under demo.html

Comments on archive content

  • /font/* - fonts in different formats

  • /css/* - different kinds of css, for all situations. Should be ok with twitter bootstrap. Also, you can skip <i> style and assign icon classes directly to text elements, if you don't mind about IE7.

  • demo.html - demo file, to show your webfont content

  • config.json - keeps your settings. You can import it back into fontello anytime, to continue your work

Why so many CSS files ?

Because we like to fit all your needs :)

  • basic file, <your_font_name>.css - is usually enough, it contains @font-face and character code definitions

  • *-ie7.css - if you need IE7 support, but still don't wish to put char codes directly into html

  • *-codes.css and *-ie7-codes.css - if you like to use your own @font-face rules, but still wish to benefit from css generation. That can be very convenient for automated asset build systems. When you need to update font - no need to manually edit files, just override old version with archive content. See fontello source code for examples.

  • *-embedded.css - basic css file, but with embedded WOFF font, to avoid CORS issues in Firefox and IE9+, when fonts are hosted on the separate domain. We strongly recommend to resolve this issue by Access-Control-Allow-Origin server headers. But if you ok with dirty hack - this file is for you. Note, that data url moved to separate @font-face to avoid problems with <IE9, when string is too long.

  • animate.css - use it to get ideas about spinner rotation animation.

Attention for server setup

You MUST setup server to reply with proper mime-types for font files - otherwise some browsers will fail to show fonts.

Usually, apache already has necessary settings, but nginx and other webservers should be tuned. Here is list of mime types for our file extensions:

  • application/vnd.ms-fontobject - eot
  • application/x-font-woff - woff
  • application/x-font-ttf - ttf
  • image/svg+xml - svg

License

This project and the original Feather Icons are licensed under the MIT License.

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.