Skip to content

Commit

Permalink
Merge branch 'master' into releases
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Dec 17, 2018
2 parents 62b07a6 + 47023ab commit 73da8eb
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Backers.md
Expand Up @@ -9,6 +9,7 @@ You can join them in supporting Iosevka development by [pledging on Patreon](htt
- (Anonymous User 4362976)
- Delton Ding
- Codi Matters
- Vasily Shmelev

## Backers

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ Quit your editor/program. Unzip and open the folder.

## 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.
The typeface contains 9 weights (Thin to Heavy) alongside with both italic and oblique versions, with the same metrics as the regular one.

![Weights sample](https://raw.githubusercontent.com/be5invis/Iosevka/master/images/weights.png)

Expand Down
2 changes: 1 addition & 1 deletion glyphs/symbol-braille.ptl
Expand Up @@ -13,7 +13,7 @@ export : define [apply] : begin
if recursive : return nothing
local left : MIDDLE - (0.25 * WIDTH)
local right : MIDDLE + (0.25 * WIDTH)
local offsetY : 0.3 * (symbolMid - operBot)
local offsetY : 0.3 * (symbolMid - operTop)
local stress : 0.5 * [adviceBlackness 3.375]
local dotRadius : PERIODRADIUS * [Math.min 1 (stress / HALFSTROKE)]

Expand Down
Binary file modified images/charvars.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/download-options.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/family.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/languages.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/ligations.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/matrix.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/preview-all.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/stylesets.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/variants.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/weights.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "iosevka",
"version": "2.0.1",
"version": "2.0.2",
"main": "./generate.js",
"engines": {
"node": ">=8.4.0"
Expand All @@ -23,7 +23,7 @@
"ttf2woff": "^2.0.1",
"ttf2woff2": "^2.0.3",
"unorm": "^1.4.1",
"verda": "^0.1.6",
"verda": "^0.2.0",
"yargs": "^12.0.0",
"primitive-quadify-off-curves": "^0.4.0"
},
Expand Down

0 comments on commit 73da8eb

Please sign in to comment.