Skip to content

Commit

Permalink
Update Nerd Fonts version to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuru7 committed May 3, 2023
1 parent 0bbbdc4 commit 1af3d29
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ PATH_BIZUD_BOLD=`find $FONTS_DIRECTORIES -follow -name "$SRC_FONT_BIZUD_BOLD"`
PATH_IDEOGRAPHIC_SPACE=`find $FONTS_DIRECTORIES -follow -name 'ideographic_space.sfd'`
PATH_ZERO_REGULAR=`find $FONTS_DIRECTORIES -follow -name 'zero-Regular.sfd'`
PATH_ZERO_BOLD=`find $FONTS_DIRECTORIES -follow -name 'zero-Bold.sfd'`
PATH_NERD_FONTS=`find $FONTS_DIRECTORIES -follow -name 'JetBrains Mono Regular Nerd Font Complete.ttf'`
PATH_NERD_FONTS=`find $FONTS_DIRECTORIES -follow -name 'JetBrainsMonoNerdFont-Regular.ttf'`

MODIFIED_FONT_JBMONO_REGULAR='modified_jbmono_regular.sfd'
MODIFIED_FONT_JBMONO_BOLD='modified_jbmono_bold.sfd'
Expand All @@ -95,41 +95,41 @@ fi
GEN_SCRIPT_JBMONO='gen_script_jbmono.pe'

NERD_ICON_LIST='
# Powerline フォント -> JetBrains Mono標準のものを使用する
#SelectMore(0ue0a0, 0ue0a2)
#SelectMore(0ue0b0, 0ue0b3)
# 拡張版 Powerline フォント
SelectMore(0ue0a3)
SelectMore(0ue0b4, 0ue0c8)
SelectMore(0ue0ca)
SelectMore(0ue0cc, 0ue0d2)
SelectMore(0ue0d4)
# IEC Power Symbols
SelectMore(0u23fb, 0u23fe)
SelectMore(0u2b58)
# Octicons
SelectMore(0u2665)
SelectMore(0u26A1)
SelectMore(0uf27c)
SelectMore(0uf400, 0uf4a9)
SelectMore(0u26a1)
SelectMore(0uf400, 0uf532)
# Pomicons
SelectMore(0ue000, 0ue00a)
# Powerline -> JetBrains Mono標準のものを使用する
#SelectMore(0ue0a0, 0ue0a2)
#SelectMore(0ue0b0, 0ue0b3)
# Powerline Extra
SelectMore(0ue0a3)
SelectMore(0ue0b4, 0ue0c8)
SelectMore(0ue0ca)
SelectMore(0ue0cc, 0ue0d4)
# Font Awesome Extension
SelectMore(0ue200, 0ue2a9)
# Weather
# Weather Icons
SelectMore(0ue300, 0ue3e3)
# Seti-UI + Custom
SelectMore(0ue5fa, 0ue62e)
SelectMore(0ue5fa, 0ue6ac)
# Devicons
SelectMore(0ue700, 0ue7c5)
# Font Awesome
SelectMore(0uf000, 0uf2e0)
# Font Logos (Formerly Font Linux)
SelectMore(0uf300, 0uf31c)
# Material Design Icons
SelectMore(0uf500, 0ufd46)
# Pomicons
SelectMore(0ue000, 0ue00a)
# Codicons
SelectMore(0uea60, 0uebeb)
# Font Awesome
SelectMore(0uf000, 0uf2e0)
# Font Logos
SelectMore(0uf300, 0uf32f)
# Material Design
SelectMore(0uf0001, 0uf1af0)
# Other
SelectMore(0u2630)
'

# JetBrains Monoの調整
Expand Down
Binary file removed source/JetBrains Mono Regular Nerd Font Complete.ttf
Binary file not shown.
Binary file added source/JetBrainsMonoNerdFont-Regular.ttf
Binary file not shown.

0 comments on commit 1af3d29

Please sign in to comment.