Skip to content

Commit

Permalink
Update end codepoints on testing script
Browse files Browse the repository at this point in the history
- Updates the range for Pomicons and Font Logos fonts.
  • Loading branch information
hasecilu authored and Finii committed Nov 21, 2023
1 parent 219eeab commit 04e9f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/scripts/test-fonts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function print-unicode-ranges() {

function test-fonts() {
echo "Nerd Fonts - Pomicons"
print-unicode-ranges e000 e00d
print-unicode-ranges e000 e00a
echo; echo

echo "Nerd Fonts - Powerline"
Expand Down Expand Up @@ -170,7 +170,7 @@ function test-fonts() {
echo; echo

echo "Nerd Fonts - Font Logos"
print-unicode-ranges f300 f32f
print-unicode-ranges f300 f372
echo; echo

echo "Nerd Fonts - Font Power Symbols"
Expand Down

0 comments on commit 04e9f57

Please sign in to comment.