Skip to content

Commit

Permalink
Release 31.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Aug 24, 2024
1 parent 5433236 commit 1ba759b
Show file tree
Hide file tree
Showing 217 changed files with 1,460 additions and 336 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iosevka/website",
"private": true,
"version": "31.3.0",
"version": "31.4.0",
"scripts": {
"dev": "next",
"start": "next start",
Expand Down
237 changes: 220 additions & 17 deletions shared/data-import/raw/atlas-Iosevka.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "31.3.0",
"version": "31.4.0",
"featureSeries": [
{
"name": "VDAC",
Expand Down Expand Up @@ -59,32 +59,58 @@
},
{
"name": "VSAM",
"size": 6,
"size": 12,
"groups": [
[
{
"css": "'VSAM' 1",
"description": "Dollar symbol with open contour"
"description": "Dollar symbol (`$`) with vertical bar, open contour, and normal height"
},
{
"css": "'VSAM' 2",
"description": "Dollar symbol with strike-through vertical bar"
"description": "Dollar symbol (`$`) with vertical bar, strike-through vertical bar, and normal height"
},
{
"css": "'VSAM' 3",
"description": "Dollar symbol with interrupted strike-through vertical bar"
"description": "Dollar symbol (`$`) with vertical bar, interrupted strike-through vertical bar, and normal height"
},
{
"css": "'VSAM' 7",
"description": "Dollar symbol (`$`) with slanted bar, open contour, and normal height"
},
{
"css": "'VSAM' 8",
"description": "Dollar symbol (`$`) with slanted bar, strike-through vertical bar, and normal height"
},
{
"css": "'VSAM' 9",
"description": "Dollar symbol (`$`) with slanted bar, interrupted strike-through vertical bar, and normal height"
}
],
[
{
"css": "'VSAM' 4",
"description": "Dollar symbol with open contour, sized not exceeding baseline and ascender"
"description": "Dollar symbol (`$`) with vertical bar, open contour, and cap height"
},
{
"css": "'VSAM' 5",
"description": "Dollar symbol with strike-through vertical bar, sized not exceeding baseline and ascender"
"description": "Dollar symbol (`$`) with vertical bar, strike-through vertical bar, and cap height"
},
{
"css": "'VSAM' 6",
"description": "Dollar symbol with interrupted strike-through vertical bar, sized not exceeding baseline and ascender"
"description": "Dollar symbol (`$`) with vertical bar, interrupted strike-through vertical bar, and cap height"
},
{
"css": "'VSAM' 10",
"description": "Dollar symbol (`$`) with slanted bar, open contour, and cap height"
},
{
"css": "'VSAM' 11",
"description": "Dollar symbol (`$`) with slanted bar, strike-through vertical bar, and cap height"
},
{
"css": "'VSAM' 12",
"description": "Dollar symbol (`$`) with slanted bar, interrupted strike-through vertical bar, and cap height"
}
]
]
Expand Down Expand Up @@ -919,7 +945,7 @@
},
{
"name": "cv11",
"size": 8,
"size": 10,
"groups": [
[
{
Expand Down Expand Up @@ -956,6 +982,16 @@
"css": "'cv11' 8",
"description": "`A` with curly shape, and serifs at both top and base"
}
],
[
{
"css": "'cv11' 9",
"description": "`A` with round top; without serifs"
},
{
"css": "'cv11' 10",
"description": "`A` with round top, and serifs at base"
}
]
]
},
Expand Down Expand Up @@ -4173,32 +4209,58 @@
},
{
"name": "VSAN",
"size": 6,
"size": 12,
"groups": [
[
{
"css": "'VSAN' 1",
"description": "Cent sign (`¢`) with open contour"
"description": "Cent sign (`¢`) with vertical bar, open contour, and normal height"
},
{
"css": "'VSAN' 2",
"description": "Cent sign (`¢`) with vertical bar all through the `c` part"
"description": "Cent sign (`¢`) with vertical bar, vertical bar all through the `c` part, and normal height"
},
{
"css": "'VSAN' 3",
"description": "Cent sign (`¢`) with vertical bar breaks at center"
"description": "Cent sign (`¢`) with vertical bar, vertical bar breaks at center, and normal height"
},
{
"css": "'VSAN' 7",
"description": "Cent sign (`¢`) with slanted bar, open contour, and normal height"
},
{
"css": "'VSAN' 8",
"description": "Cent sign (`¢`) with slanted bar, vertical bar all through the `c` part, and normal height"
},
{
"css": "'VSAN' 9",
"description": "Cent sign (`¢`) with slanted bar, vertical bar breaks at center, and normal height"
}
],
[
{
"css": "'VSAN' 4",
"description": "Cent sign (`¢`) with open contour, sized not exceeding baseline and ascender"
"description": "Cent sign (`¢`) with vertical bar, open contour, and cap height"
},
{
"css": "'VSAN' 5",
"description": "Cent sign (`¢`) with vertical bar all through the `c` part, sized not exceeding baseline and ascender"
"description": "Cent sign (`¢`) with vertical bar, vertical bar all through the `c` part, and cap height"
},
{
"css": "'VSAN' 6",
"description": "Cent sign (`¢`) with vertical bar breaks at center, sized not exceeding baseline and ascender"
"description": "Cent sign (`¢`) with vertical bar, vertical bar breaks at center, and cap height"
},
{
"css": "'VSAN' 10",
"description": "Cent sign (`¢`) with slanted bar, open contour, and cap height"
},
{
"css": "'VSAN' 11",
"description": "Cent sign (`¢`) with slanted bar, vertical bar all through the `c` part, and cap height"
},
{
"css": "'VSAN' 12",
"description": "Cent sign (`¢`) with slanted bar, vertical bar breaks at center, and cap height"
}
]
]
Expand Down Expand Up @@ -12469,7 +12531,7 @@
},
{
"name": "cv11",
"size": 2,
"size": 3,
"groups": [
[
{
Expand All @@ -12482,6 +12544,12 @@
"css": "'cv11' 5",
"description": "`A` with curly shape; without serifs"
}
],
[
{
"css": "'cv11' 9",
"description": "`A` with round top; without serifs"
}
]
]
},
Expand Down Expand Up @@ -46839,6 +46907,141 @@
}
]
},
{
"name": "Optical Character Recognition",
"lchMin": 9280,
"lchMax": 9311,
"characters": [
{
"lch": 9280,
"inFont": true
},
{
"lch": 9281,
"inFont": true
},
{
"lch": 9282,
"inFont": true
},
{
"lch": 9283,
"inFont": true
},
{
"lch": 9284,
"inFont": true
},
{
"lch": 9285,
"inFont": true
},
{
"lch": 9286,
"inFont": false
},
{
"lch": 9287,
"inFont": false
},
{
"lch": 9288,
"inFont": false
},
{
"lch": 9289,
"inFont": false
},
{
"lch": 9290,
"inFont": false
},
{
"lch": 9291,
"inFont": false
},
{
"lch": 9292,
"inFont": false
},
{
"lch": 9293,
"inFont": false
},
{
"lch": 9294,
"inFont": false
},
{
"lch": 9295,
"inFont": false
},
{
"lch": 9296,
"inFont": false
},
{
"lch": 9297,
"inFont": false
},
{
"lch": 9298,
"inFont": false
},
{
"lch": 9299,
"inFont": false
},
{
"lch": 9300,
"inFont": false
},
{
"lch": 9301,
"inFont": false
},
{
"lch": 9302,
"inFont": false
},
{
"lch": 9303,
"inFont": false
},
{
"lch": 9304,
"inFont": false
},
{
"lch": 9305,
"inFont": false
},
{
"lch": 9306,
"inFont": false
},
{
"lch": 9307,
"inFont": false
},
{
"lch": 9308,
"inFont": false
},
{
"lch": 9309,
"inFont": false
},
{
"lch": 9310,
"inFont": false
},
{
"lch": 9311,
"inFont": false
}
]
},
{
"name": "Enclosed Alphanumerics",
"lchMin": 9312,
Expand Down
Loading

0 comments on commit 1ba759b

Please sign in to comment.