Skip to content

Commit

Permalink
feat: add ß variants
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Jul 20, 2024
1 parent b9dd830 commit c3dcde8
Show file tree
Hide file tree
Showing 5 changed files with 1,110 additions and 908 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## Next

### Changed

* Replaced the `ß` glyph, the previous version is available under the `cv12` variant.

## [2.520] — July 19, 2024

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<FeatureToggle title="High asterisk" symbols="*" variants={['cv10']} />
<FeatureToggle title="One storey a" symbols="a" variants={['cv01']} />
<FeatureToggle title="Alt tilde" symbols="~" variants={['cv06']} />
<FeatureToggle title="Alt eszett" symbols="ß" variants={['cv05']} />
<FeatureToggle title="Alt eszett" symbols="ß" variants={['cv05', 'cv12']} />
<FeatureToggle title="More arrows" symbols="<<=" variants={['ss01']} />
<FeatureToggle title="Broken equals" symbols="!=" variants={['ss02']} />
<FeatureToggle title="Alt equality" symbols=">=" variants={['cv08']} />
Expand Down
Loading

0 comments on commit c3dcde8

Please sign in to comment.