From 02311b51985f3860793379ff8ecf659001f70cb4 Mon Sep 17 00:00:00 2001 From: Christian Hoffmeister Date: Sat, 2 May 2015 07:30:26 +0200 Subject: [PATCH] Add note on hinting Closes #15 --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f53a972..94c2b99 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,15 @@ Assuming you have [NodeJS](http://nodejs.org/) and [Bower](http://bower.io/) ins ``` $ bower install roboto-fontface --save ``` + +## Hinting + +Some of the included font files have [hinting](http://en.wikipedia.org/wiki/Font_hinting). + +| Files | Hinting | +|----------|---------| +| `.eot` | ? | +| `.svg` | no | +| `.ttf` | ? | +| `.woff` | yes | +| `.woff2` | ? |