Skip to content

Commit

Permalink
Merge pull request #117 from jacobxperez/develop
Browse files Browse the repository at this point in the history
Updates font data
  • Loading branch information
jacobxperez authored Oct 6, 2024
2 parents 4febe6a + eebb86f commit 3112fb5
Show file tree
Hide file tree
Showing 30 changed files with 206 additions and 1,123 deletions.
9 changes: 6 additions & 3 deletions .parcelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"extends": [
"@parcel/config-default"
],
"extends": "@parcel/config-default",
"transformers": {
"*.{ts,tsx}": [
"@parcel/transformer-typescript-tsc"
]
},
"namers": [
"@mischnic/parcel-namer-preserve-structure",
"..."
Expand Down
3 changes: 1 addition & 2 deletions .postcssrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"postcss-import": true,
"postcss-advanced-variables": true,
"postcss-nesting": true,
"postcss-custom-selectors": true,
"postcss-variable-compress": true
"postcss-custom-selectors": true
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Lexica Ultralegible](https://jacobxperez.github.io/lexica-ultralegible/)

Lexica Ultralegible is a modern typeface inspired by the principles of legibility and clarity, building on the foundation of the Atkinson Hyperlegible typeface. Designed specifically to enhance readability for low-vision readers, this typeface focused on improving character recognition through distinctive letterforms.
Lexica Ultralegible is a modern typeface inspired by the principles of legibility and readability, building on the foundation of the Atkinson Hyperlegible typeface. Designed specifically to enhance readability for low-vision readers, this typeface focused on improving character recognition through distinctive letterforms.

---
![banner](docs/banner.jpg)
Expand All @@ -22,7 +22,7 @@ Lexica Ultralegible is a modern typeface inspired by the principles of legibilit

## Overview

With Lexica Ultralegible, we aim to continue the mission of the original typeface by maintaining the core values of clarity and functionality while introducing a fresh identity. By honoring the original design while evolving its character, Lexica Ultralegible stands as a testament to the importance of accessibility in typography.
With Lexica Ultralegible, we aim to continue the mission of the original typeface by maintaining the core values of legibility and readability while introducing a fresh identity. By honoring the original design while evolving its character, Lexica Ultralegible stands as a testament to the importance of accessibility in typography.

* Four fonts, including two weights (regular, italic, bold, bold italic)
* An additional 222 glyphs supporting 102 languages
Expand Down
Binary file removed docs/BIA_AtkinsonHyerlegible-Specimen_2020-02-10.pdf
Binary file not shown.
Binary file removed docs/BIA_Brochure-Overview.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/index.02a8a724.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3112fb5

Please sign in to comment.