Skip to content

Commit

Permalink
Use original PL glyphs if available
Browse files Browse the repository at this point in the history
[why]
The powerline glyphs (blocks, triangulars) did not match up in hight
anymore after the last commit.

[how]
The reason is not known and not investigated. It could be a glitch in
the resizing code (which would have to be fixed, but that is another
repository).
A more elegant solution is to use the carefully crafted PL glyphs that
are already existing in the Microsoft supplied font.

So the CascadiaCodePL.ttf is used and we do not patch from scratch.
The --careful option ensure that we do not overwrite preexisting glyphs.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
  • Loading branch information
Finii committed May 15, 2020
1 parent 4c35db9 commit 24b7d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-fonts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
echo Downloading ${CASCADIAVERS}
curl -L https://github.com/microsoft/cascadia-code/releases/download/${CASCADIAVERS} -O
unzip CascadiaCode*.zip
mv **/CascadiaCode.ttf .
mv **/CascadiaCodePL.ttf .
- name: Install FontForge
run: |
sudo add-apt-repository ppa:fontforge/fontforge -y -u;
Expand Down

0 comments on commit 24b7d12

Please sign in to comment.