Skip to content

Commit

Permalink
Add 0u276F from Hack
Browse files Browse the repository at this point in the history
[why]
0u276F => Heavy right-pointing angle quotation mark ornament
This is another frequently used glyph.

[how]
Just add to list of to-copy glyphs.

Fixes: #25
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
  • Loading branch information
Finii committed Feb 13, 2020
1 parent d01ec08 commit 5f772b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ _Complete_ includes these symbols additionally:
### How is Delugia special?
Compared with other patched versions of Cascadia you will find
* Backtick char `` ` `` working in ligature enabled environments
* Added symbols ```` (0u2262) and ```` (0u2263) used with some popular Powerline setups
* Added symbols ```` (0u2262), ```` (0u2263), and ```` (0u276F) used with some popular Powerline setups

### How to use
You can download the patched font from the [Releases page](https://github.com/adam7/delugia-code/releases) of this repo and install them as you would any other font. Once installed the font can be referenced as `Delugia Nerd Font`. So if, for example, you want to use it in Windows Terminal you should add this line to your profiles.json
Expand Down
1 change: 1 addition & 0 deletions extract-extra-glyphs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Open("src/glyphs/Hack-Regular.ttf");
SelectAll();
SelectFewer(0u2262,0u2263);
SelectFewer(0u276F);
Clear();
Generate("src/glyphs/SomeExtraSymbols.otf");

0 comments on commit 5f772b1

Please sign in to comment.