Regenerate CSS files

$ ./generate-css.sh

Generated CSS, json, and Cheat Sheet HTML
../../css/nerd-fonts-generated.css
../../css/nerd-fonts-generated.min.css                 [needs to also go into gh-pages:_includes/css/]
../../css/nerd-fonts-generated-removed.min.css         [needs to only go into gh-pages:_includes/css/]
../../temp/2017-01-04-icon-cheat-sheet.md              [needs to only go into gh-pages:_posts/]
../../glyphnames.json

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2023-05-13 12:34:46 +02:00
parent ee7e22d885
commit 711c20d2ed
3 changed files with 11 additions and 5 deletions

View file

@ -1,7 +1,7 @@
/*
*# [Nerd Fonts] Website: https://www.nerdfonts.com
*# [Nerd Fonts] Development Website: https://github.com/ryanoasis/nerd-fonts
*# [Nerd Fonts] Version: 3.0.0
*# [Nerd Fonts] Version: 3.0.1
*# [Nerd Fonts] The following is generated from the build script
*/
@ -1232,6 +1232,9 @@
.nf-custom-folder_npm:before {
content: "\e5fa";
}
.nf-custom-folder_oct:before {
content: "\e6ad";
}
.nf-custom-folder_open:before {
content: "\e5fe";
}
@ -25593,7 +25596,7 @@
content: "\f47a";
}
.nf-oct-bookmark_slash:before {
content: "\f482";
content: "\f533";
}
.nf-oct-bookmark_slash_fill:before {
content: "\f493";
@ -25865,6 +25868,9 @@
.nf-oct-file_submodule:before {
content: "\f414";
}
.nf-oct-file_symlink_directory:before {
content: "\f482";
}
.nf-oct-file_symlink_file:before {
content: "\f481";
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long