-
Notifications
You must be signed in to change notification settings - Fork 575
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
327 changed files
with
1,426 additions
and
1,343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: PR Font Build Validation | ||
|
||
on: [pull_request] | ||
|
||
jobs: | ||
build: | ||
name: Build ${{ matrix.fontName }} font | ||
if: github.repository == 'be5invis/Iosevka' | ||
|
||
runs-on: ubuntu-latest | ||
|
||
strategy: | ||
matrix: | ||
fontName: ["Iosevka", "IosevkaSlab", "IosevkaAile", "IosevkaEtoile"] | ||
|
||
steps: | ||
# Checkout repository into `iosevka` sub directory | ||
- uses: actions/checkout@v4 | ||
with: | ||
path: iosevka | ||
|
||
- name: Use Node.js | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: lts/* | ||
|
||
- name: Install ttfautohint | ||
shell: bash | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get install -y --no-install-recommends ttfautohint | ||
- name: Build Font ${{ matrix.fontName }} | ||
shell: bash | ||
working-directory: iosevka | ||
run: | | ||
npm install | ||
npm run build -- ttf::${{ matrix.fontName }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
* Fix broken `s`/`t` variants for `U+01BE`. (#2223) | ||
* Fix broken `s`/`t` variants for `U+01BE`. (#2223). | ||
* Fix precomposed iota with double marks (#2229). | ||
* Fix leaning mark placement on letters around i/l. | ||
* Fix sans-serif linking for `U+2781`..`U+2784` and `U+278B`..`U+278E`. |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.