Skip to content

Commit

Permalink
Merge pull request #1 from serioga/sergey/v28-1-0
Browse files Browse the repository at this point in the history
v28.1.0
  • Loading branch information
serioga committed Feb 19, 2024
2 parents 01e3cc0 + 4c38a21 commit f3a43f7
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## `4-28.1.0`

Release date `2024-02-19`

- Update configuration to v28.1.0
- Use default non-straight shape of the brace

## `3-27.0.2`

Release date `2023-09-24`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Based of default configuration with changes:
- Zero (`0`) with oval shape; without slash
- `2` with straight neck
- `4` with closed contour
- `5` with an oblique upper-left bar
- `5` with an oblique-arched left bar
- `8` looks like two circles joined together
- `9` with a more open contour
- Asterisk (`*`) with five-pointed shape, and medium position
Expand Down
35 changes: 19 additions & 16 deletions private-build-plans.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[buildPlans.iosevka-st]
[buildPlans.IosevkaSt]
family = "Iosevka ST"
spacing = "normal"
serifs = "sans"
no-cv-ss = true
export-glyph-names = false
noCvSs = true
exportGlyphNames = false

[buildPlans.iosevka-st.variants.design]
[buildPlans.IosevkaSt.variants.design]
capital-d = "more-rounded-serifless"
capital-g = "toothless-corner-serifless-hooked"
capital-i = "short-serifed"
Expand All @@ -27,21 +27,20 @@ cyrl-ef = "serifless"
zero = "oval-unslashed"
two = "straight-neck"
four = "closed"
five = "oblique-upper-left-bar"
five = "oblique-arched"
eight = "two-circles"
nine = "open-contour"
asterisk = "penta-mid"
caret = "high"
brace = "straight"
number-sign = "slanted"
at = "fourfold"
dollar = "interrupted"
percent = "rings-continuous-slash"

[buildPlans.iosevka-st.variants.italic]
[buildPlans.IosevkaSt.variants.italic]
f = "flat-hook-tailed-crossbar-at-x-height"

[buildPlans.iosevka-st.ligations]
[buildPlans.IosevkaSt.ligations]
enables = [
"center-ops",
"center-op-trigger-plus-minus-l",
Expand All @@ -55,40 +54,44 @@ enables = [
"kern-bars"
]

[buildPlans.iosevka-st.weights.regular]
[buildPlans.IosevkaSt.weights.Regular]
shape = 400
menu = 400
css = 400

[buildPlans.iosevka-st.weights.medium]
[buildPlans.IosevkaSt.weights.Medium]
shape = 500
menu = 500
css = 500

[buildPlans.iosevka-st.weights.semibold]
[buildPlans.IosevkaSt.weights.SemiBold]
shape = 700
menu = 600
css = 600

[buildPlans.iosevka-st.weights.bold]
[buildPlans.IosevkaSt.weights.Bold]
shape = 800
menu = 700
css = 700

[buildPlans.iosevka-st.weights.extrabold]
[buildPlans.IosevkaSt.weights.ExtraBold]
shape = 900
menu = 800
css = 800

[buildPlans.iosevka-st.slopes.upright]
[buildPlans.IosevkaSt.widths.Normal]
shape = 500
menu = 5
css = "normal"

[buildPlans.IosevkaSt.slopes.Upright]
angle = 0
shape = "upright"
menu = "upright"
css = "normal"

[buildPlans.iosevka-st.slopes.italic]
[buildPlans.IosevkaSt.slopes.Italic]
angle = 9.4
shape = "italic"
menu = "italic"
css = "italic"

Binary file modified screenshot_iosevka-customizer-all.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot_iosevka-customizer-highlight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f3a43f7

Please sign in to comment.