Skip to content

Commit

Permalink
Add Codicons of Nerd Fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
yuru7 committed Dec 31, 2022
1 parent f794f93 commit 1bd5a26
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion copyright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Copyright 2020 The JetBrains Mono Project Authors (https://github.com/JetBrains/
Copyright (c) 2014, Ryan L McIntyre (https://ryanlmcintyre.com).
[UDEV Gothic]
Copyright (c) 2022, Yuko OTAWARA'
Copyright (c) 2022, Yuko Otawara'

for P in ${BASE_DIR}/${FONT_PATTERN}
do
Expand Down
2 changes: 2 additions & 0 deletions generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ SelectMore(0uf300, 0uf31c)
SelectMore(0uf500, 0ufd46)
# Pomicons
SelectMore(0ue000, 0ue00a)
# Codicons
SelectMore(0uea60, 0uebeb)
'

# JetBrains Monoの調整
Expand Down
4 changes: 2 additions & 2 deletions make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BASE_DIR=$(cd $(dirname $0); pwd)
WORK_DIR="$BASE_DIR/build_tmp"
BUILD_DIR="$BASE_DIR/build"

VERSION='1.0.1'
VERSION='1.1.0'

FAMILYNAME="UDEVGothic"
DISP_FAMILYNAME="UDEV Gothic"
Expand Down Expand Up @@ -109,4 +109,4 @@ do
"${BASE_DIR}/copyright.sh" "$FAMILYNAME_NF_LIGA_35"
mv "$WORK_DIR/$FAMILYNAME_NF_LIGA_35"*.ttf "$BUILD_DIR"
rm -rf "$WORK_DIR"
done
done
Binary file modified source/JetBrains Mono Regular Nerd Font Complete.ttf
Binary file not shown.

0 comments on commit 1bd5a26

Please sign in to comment.