mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-25 03:32:02 +02:00
Devicons: Fix wrong glyph ID for sqlite
[why] sqlite is referred to as sqllite (with two L). [how] Correct i_dev and rebuild css and glyphnames via generate-css.sh Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
f530e22e23
commit
0900e07e97
@ -198,6 +198,6 @@ i=''
|
||||
i=''
|
||||
i=''
|
||||
i=''
|
||||
i='' i_dev_sqllite=$i
|
||||
i='' i_dev_sqlite=$i
|
||||
i='' i_dev_vim=$i
|
||||
unset i
|
||||
|
@ -1349,6 +1349,9 @@
|
||||
.nf-custom-astro:before {
|
||||
content: "\e6b3";
|
||||
}
|
||||
.nf-custom-bazel:before {
|
||||
content: "\e63a";
|
||||
}
|
||||
.nf-custom-c:before {
|
||||
content: "\e61e";
|
||||
}
|
||||
@ -1379,6 +1382,9 @@
|
||||
.nf-custom-fennel:before {
|
||||
content: "\e6af";
|
||||
}
|
||||
.nf-custom-firebase:before {
|
||||
content: "\e657";
|
||||
}
|
||||
.nf-custom-folder:before {
|
||||
content: "\e5ff";
|
||||
}
|
||||
@ -1433,6 +1439,9 @@
|
||||
.nf-custom-purescript:before {
|
||||
content: "\e630";
|
||||
}
|
||||
.nf-custom-ruby:before {
|
||||
content: "\e605";
|
||||
}
|
||||
.nf-custom-scheme:before {
|
||||
content: "\e6b1";
|
||||
}
|
||||
@ -1937,7 +1946,7 @@
|
||||
.nf-dev-snap_svg:before {
|
||||
content: "\e75e";
|
||||
}
|
||||
.nf-dev-sqllite:before {
|
||||
.nf-dev-sqlite:before {
|
||||
content: "\e7c4";
|
||||
}
|
||||
.nf-dev-stackoverflow:before {
|
||||
|
2
css/nerd-fonts-generated.min.css
vendored
2
css/nerd-fonts-generated.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user