update README
This commit is contained in:
parent
fcc955e5f3
commit
eec37fdb78
20
README.md
20
README.md
|
@ -2,9 +2,7 @@
|
|||
|
||||
Coders' typeface, built from code.
|
||||
|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
## 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
|
||||
|
||||

|
||||
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
|
||||

|
||||
|
||||
Iosevka supports accessing all letter variants using OpenType features.
|
||||
|
||||

|
||||
|
||||
## 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
|
||||
|
||||

|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user