From eec37fdb784d69ee517fe4fcdfd229ab3b319c27 Mon Sep 17 00:00:00 2001 From: be5invis Date: Sat, 13 Feb 2016 07:38:56 +0800 Subject: [PATCH] update README --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 129d5d5..bf13232 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ Coders' typeface, built from code. -![Weights Preview](https://raw.githubusercontent.com/be5invis/Iosevka/master/images/weights.png) - -![](https://raw.githubusercontent.com/be5invis/Iosevka/master/images/languages.png) +![](https://raw.githubusercontent.com/be5invis/Iosevka/master/images/preview-all.png) ## Installation @@ -15,11 +13,17 @@ Quit your editor/program. Unzip and open the folder. * **Linux** : Copy the .ttf files to your fonts-directory → Run `sudo fc-cache`. - Arch Linux users can install the font from the AUR [here](https://aur.archlinux.org/packages/ttf-iosevka) using an AUR wrapper or by doing it manually. [All variants](https://aur.archlinux.org/packages/?O=0&SeB=nd&K=ttf-iosevka&SB=n&SO=a&PP=50&do_Search=Go). -## OpenType features +## Weights, Variants and OpenType features -![](https://raw.githubusercontent.com/be5invis/Iosevka/master/images/opentype.png) +The typeface contains seven weights (thin, extra-light, light, regular, medium, bold and heavy) alongside with both italic and oblique versions, with the same metrics as the regular one. All versions include the same ranges of characters: Latin letters, Greek letters (including Polytonic Greek), some Cyrillic letters, IPA symbols and common punctuations and some symbols. You can check out the full list [here](http://be5invis.github.io/Iosevka/specimen.html). -## Building from source +![](https://raw.githubusercontent.com/be5invis/Iosevka/master/images/weights.png) + +Iosevka supports accessing all letter variants using OpenType features. + +![opentype](https://raw.githubusercontent.com/be5invis/Iosevka/master/images/opentype.png) + +## Building from Source To build Iosevka you should: @@ -30,7 +34,7 @@ To build Iosevka you should: You will find TTFs in the `dist/` directory. -### Building web font +### Building the Web Font The `webfonts/` directory is used to build Iosevka for web font uses. To build the web fonts you should: @@ -40,7 +44,7 @@ The `webfonts/` directory is used to build Iosevka for web font uses. To build t The web fonts will be generated into `dist/webfonts`. -## Build your own style +## Build Your Own Style ![Styles Preview](https://raw.githubusercontent.com/be5invis/Iosevka/master/images/variants.png)