Merge branch 'releases'
This commit is contained in:
commit
59af06c11f
|
@ -96,6 +96,8 @@ The current avaliable styles are:
|
|||
|
||||
## Release Notes
|
||||
|
||||
* **1.8.4**
|
||||
- Added `opbd` feature for punctuation compression.
|
||||
* **1.8.3**
|
||||
- Added Kome symbol (`※`).
|
||||
- Reorganized pre-built release packages. The “IosevkaNL” is renamed to “Iosevka Term”.
|
||||
|
@ -107,7 +109,7 @@ The current avaliable styles are:
|
|||
* **1.8.0**
|
||||
- Added a lower paragraph symbol (`¶`) shape, and two OpenType features (`cv22` and `cv23`) to enable them.
|
||||
- Most mathematical operators, like `≤`, will be full-width in the CC variants.
|
||||
- Added experimental ligatures support. Currently the ligatures are assigned to feature “`calt`” and contains these feagures only: `-> --> <- <-- <-> <!--` . Note that Iosevka does not contain "real" ligature glyphs, these figures are implemented using chained substitution and long dashes.
|
||||
- Added experimental ligatures support. Currently the ligatures are assigned to feature “`calt`” and contains these figures only: `-> --> <- <-- <-> <!--` . Note that Iosevka does not contain "real" ligature glyphs, these figures are implemented using chained substitution and long dashes.
|
||||
* **1.7.5**
|
||||
- Reduced the weight of Bold, and increased the size of periods of Medium.
|
||||
* **1.7.4**
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "iosevka",
|
||||
"version": "1.8.3",
|
||||
"version": "1.8.4",
|
||||
"main": "./generate.js",
|
||||
"dependencies": {
|
||||
"patel": ">=0.30.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[iosevka]
|
||||
family = 'Iosevka'
|
||||
version = '1.8.3'
|
||||
version = '1.8.4'
|
||||
codename = 'Hermandine'
|
||||
copyright = 'Copyright (c) 2015-2016 Belleve Invis.'
|
||||
licence = '''This font software is licenced under the SIL Open Font Licence, Version 1.1. This is licence is avaliable with a FAQ at: http://scripts.sil.org/OFL. This font software is distributes on an 'AS IS' basis, without warranties or conditions of any kind, either express or implied. See the SIL Open Font licence fot the specific language, premissions and limitations governing your use of this font software.'''
|
||||
|
|
Loading…
Reference in New Issue
Block a user