README.txt 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. This webfont is generated by http://fontello.com open source project.
  2. ================================================================================
  3. Please, note, that you should obey original font licenses, used to make this
  4. webfont pack. Details available in LICENSE.txt file.
  5. - Usually, it's enough to publish content of LICENSE.txt file somewhere on your
  6. site in "About" section.
  7. - If your project is open-source, usually, it will be ok to make LICENSE.txt
  8. file publicly available in your repository.
  9. - Fonts, used in Fontello, don't require a clickable link on your site.
  10. But any kind of additional authors crediting is welcome.
  11. ================================================================================
  12. Comments on archive content
  13. ---------------------------
  14. - /font/* - fonts in different formats
  15. - /css/* - different kinds of css, for all situations. Should be ok with
  16. twitter bootstrap. Also, you can skip <i> style and assign icon classes
  17. directly to text elements, if you don't mind about IE7.
  18. - demo.html - demo file, to show your webfont content
  19. - LICENSE.txt - license info about source fonts, used to build your one.
  20. - config.json - keeps your settings. You can import it back into fontello
  21. anytime, to continue your work
  22. Why so many CSS files ?
  23. -----------------------
  24. Because we like to fit all your needs :)
  25. - basic file, <your_font_name>.css - is usually enough, it contains @font-face
  26. and character code definitions
  27. - *-ie7.css - if you need IE7 support, but still don't wish to put char codes
  28. directly into html
  29. - *-codes.css and *-ie7-codes.css - if you like to use your own @font-face
  30. rules, but still wish to benefit from css generation. That can be very
  31. convenient for automated asset build systems. When you need to update font -
  32. no need to manually edit files, just override old version with archive
  33. content. See fontello source code for examples.
  34. - *-embedded.css - basic css file, but with embedded WOFF font, to avoid
  35. CORS issues in Firefox and IE9+, when fonts are hosted on the separate domain.
  36. We strongly recommend to resolve this issue by `Access-Control-Allow-Origin`
  37. server headers. But if you ok with dirty hack - this file is for you. Note,
  38. that data url moved to separate @font-face to avoid problems with <IE9, when
  39. string is too long.
  40. - animate.css - use it to get ideas about spinner rotation animation.
  41. Attention for server setup
  42. --------------------------
  43. You MUST setup server to reply with proper `mime-types` for font files -
  44. otherwise some browsers will fail to show fonts.
  45. Usually, `apache` already has necessary settings, but `nginx` and other
  46. webservers should be tuned. Here is list of mime types for our file extensions:
  47. - `application/vnd.ms-fontobject` - eot
  48. - `application/x-font-woff` - woff
  49. - `application/x-font-ttf` - ttf
  50. - `image/svg+xml` - svg