mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-25 20:18:01 +02:00
Update end codepoints on testing script
- Updates the range for Pomicons and Font Logos fonts.
This commit is contained in:
parent
219eeab2e0
commit
04e9f571ab
@ -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"
|
||||
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user