Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Lisp glyphs #1428

Merged
merged 3 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions bin/scripts/lib/i_seti.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Seti-UI + Custom (182 icons, 19 aliases)
# Codepoints: E5FA-E6AF
# Seti-UI + Custom (184 icons, 19 aliases)
# Codepoints: E5FA-E6B1
# Nerd Fonts Version: 3.0.2
# Script Version: (autogenerated)
test -n "$__i_seti_loaded" && return || __i_seti_loaded=1
Expand Down Expand Up @@ -205,4 +205,6 @@ i='' i_custom_v_lang=$i
i='' i_custom_folder_oct=$i
i='' i_custom_neovim=$i
i='' i_custom_fennel=$i
i='' i_custom_common_lisp=$i
i='' i_custom_scheme=$i
unset i
2 changes: 1 addition & 1 deletion font-patcher
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from __future__ import absolute_import, print_function, unicode_literals

# Change the script version when you edit this script:
script_version = "4.7.2"
script_version = "4.8.0"

version = "3.0.2"
projectName = "Nerd Fonts"
Expand Down
Binary file modified src/glyphs/original-source.otf
Binary file not shown.
4 changes: 4 additions & 0 deletions src/svgs/commonlisp_nf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/svgs/icons.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,5 @@
179 i_custom_folder_oct folder2_nf.svg
180 i_custom_neovim neovim_nf.svg
181 i_custom_fennel fennel_nf.svg
182 i_custom_common_lisp commonlisp_nf.svg
183 i_custom_scheme scheme_nf.svg
4 changes: 4 additions & 0 deletions src/svgs/scheme_nf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.