Skip to content

Commit

Permalink
Merge pull request #2 from serioga/change-at-and-guillemets
Browse files Browse the repository at this point in the history
Change at symbol and Guillemets
  • Loading branch information
serioga authored Mar 26, 2024
2 parents f3a43f7 + d79a3d7 commit f17785d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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/).

## `5-29.0.4`

Release date `2024-03-26`

- (feat): at symbol (`@`) with four-fold body, and solid inner
- (feat): straight guillemets (`« »`)
- (chore): update configuration for breaking changes in 29.0.0

## `4-28.1.0`

Release date `2024-02-19`
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,18 @@ Based of default configuration with changes:
- Cyrillic Lower Ka (`к`) with straight shape; without serifs
- Cyrillic Lower Ef (`ф`) with standard shape and without serifs, to override default italic
- Zero (`0`) with oval shape; without slash
- `2` with straight neck
- `4` with closed contour
- `5` with an oblique-arched left bar
- `2` with straight neck; without serifs
- `4` with closed contour; without serifs
- `5` with arched middle part; without serifs
- `8` looks like two circles joined together
- `9` with a more open contour
- Asterisk (`*`) with five-pointed shape, and medium position
- Higher circumflex `^`
- Parenthesis with larger contour, like that in Monaco
- More straight braces
- Straight Guillemets (`« »`)
- Number sign with slanted bars
- At symbol (`@`) with four-fold body
- At symbol (`@`) with four-fold body, and solid inner
- Dollar symbol with interrupted strike-through vertical bar
- Percent % with rings and continuous bar

Expand Down
9 changes: 5 additions & 4 deletions private-build-plans.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@ cyrl-capital-ka = "straight-serifless"
cyrl-ka = "straight-serifless"
cyrl-ef = "serifless"
zero = "oval-unslashed"
two = "straight-neck"
four = "closed"
five = "oblique-arched"
two = "straight-neck-serifless"
four = "closed-serifless"
five = "oblique-arched-serifless"
eight = "two-circles"
nine = "open-contour"
asterisk = "penta-mid"
caret = "high"
guillemet = "straight"
number-sign = "slanted"
at = "fourfold"
at = "fourfold-solid-inner"
dollar = "interrupted"
percent = "rings-continuous-slash"

Expand Down
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 f17785d

Please sign in to comment.