1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-19 03:12:07 +02:00

Improves structure and hopefully automated patching of symbol only nerd font variations

* relates to issues #479 #668
This commit is contained in:
Ryan L McIntyre 2021-12-11 13:35:07 -08:00
parent e323f2991a
commit 2d03a39223
13 changed files with 4149 additions and 0 deletions

View File

@ -32,6 +32,14 @@
"linkPreviewFont": "hack",
"description": "dotted zero, short descenders, expands upon work done for Bitstream Vera & DejaVu, legible at common sizes"
},
{
"unpatchedName": "JetBrainsMono",
"patchedName": "JetBrainsMono",
"folderName": "JetBrainsMono",
"imagePreviewFont": "JetBrainsMono Nerd Font",
"linkPreviewFont": "jetbrainsmono",
"description": "JetBrains officially created font for developers"
},
{
"unpatchedName": "ShareTechMono",
"patchedName": "ShureTechMono",
@ -39,6 +47,22 @@
"imagePreviewFont": "ShureTechMono Nerd Font",
"linkPreviewFont": "share-tech",
"description": "dotted zeros, distinguishable 1 and l, curved and straight character lines"
},
{
"unpatchedName": "Symbols Template 1000 EM",
"patchedName": "Symbols-1000-em Nerd Font Complete",
"folderName": "NerdFontsSymbolsOnly",
"imagePreviewFont": "Symbols Nerd Font",
"linkPreviewFont": false,
"description": "Just the Nerd Font Icons. I.e Symbol font only. 1000 EM size"
},
{
"unpatchedName": "Symbols Template 2048 EM",
"patchedName": "Symbols-2048-em Nerd Font Complete",
"folderName": "NerdFontsSymbolsOnly",
"imagePreviewFont": "Symbols Nerd Font",
"linkPreviewFont": false,
"description": "Just the Nerd Font Icons. I.e Symbol font only. 2048 EM size"
}
]
}

View File

@ -360,6 +360,22 @@
"linkPreviewFont": "space",
"description": "Squarish character lines, dotted zero, aggressive parethesis"
},
{
"unpatchedName": "Symbols Template 1000 EM",
"patchedName": "Symbols-1000-em Nerd Font Complete",
"folderName": "NerdFontsSymbolsOnly",
"imagePreviewFont": "Symbols Nerd Font",
"linkPreviewFont": false,
"description": "Just the Nerd Font Icons. I.e Symbol font only. 1000 EM size"
},
{
"unpatchedName": "Symbols Template 2048 EM",
"patchedName": "Symbols-2048-em Nerd Font Complete",
"folderName": "NerdFontsSymbolsOnly",
"imagePreviewFont": "Symbols Nerd Font",
"linkPreviewFont": false,
"description": "Just the Nerd Font Icons. I.e Symbol font only. 2048 EM size"
},
{
"unpatchedName": "Terminus",
"patchedName": "Terminess",

File diff suppressed because it is too large Load Diff