Fix /one in Lucida style
This commit is contained in:
parent
7da4eb1d9a
commit
1765923f8d
3 changed files with 3 additions and 2 deletions
1
changes/3.0.0-beta.4.md
Normal file
1
changes/3.0.0-beta.4.md
Normal file
|
@ -0,0 +1 @@
|
|||
* Fix “Lucida” style's `one` character
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "iosevka",
|
||||
"version": "3.0.0-beta.3",
|
||||
"version": "3.0.0-beta.4",
|
||||
"main": "./generate.js",
|
||||
"engines": {
|
||||
"node": ">=8.4.0"
|
||||
|
|
|
@ -522,7 +522,7 @@ design = ['v-at-threefold', 'v-a-doublestorey', 'v-f-straight', 'v-underscore-lo
|
|||
|
||||
# Lucida Style
|
||||
[composite.ss13]
|
||||
design = ['v-i-hooky', 'v-l-hooky', 'v-zero-dotted', 'v-underscore-low', 'v-caret-low', 'v-numbersign-slanted']
|
||||
design = ['v-i-hooky', 'v-l-hooky', 'v-zero-dotted', 'v-underscore-low', 'v-caret-low', 'v-numbersign-slanted', 'v-one-base']
|
||||
|
||||
# Curly-bar
|
||||
[composite.ss20]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue