Skip to content

Commit

Permalink
Improves structure and hopefully automated patching of symbol only ne…
Browse files Browse the repository at this point in the history
…rd font variations

* relates to issues #479 #668
  • Loading branch information
ryanoasis committed Dec 11, 2021
1 parent e323f29 commit 2d03a39
Show file tree
Hide file tree
Showing 13 changed files with 4,149 additions and 0 deletions.
24 changes: 24 additions & 0 deletions bin/scripts/lib/fonts-small-subset.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,37 @@
"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",
"folderName": "ShareTechMono",
"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"
}
]
}
Expand Down
16 changes: 16 additions & 0 deletions bin/scripts/lib/fonts.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4,109 changes: 4,109 additions & 0 deletions patched-fonts/NerdFontsSymbolsOnly/readme.md

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.

2 comments on commit 2d03a39

@jamapy
Copy link

@jamapy jamapy commented on 2d03a39 Jan 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Symbols-2048-em Nerd Font Complete Mono.ttf and Symbols-2048-em Nerd Font Complete Mono Windows Compatible.ttf seem to be broken. Not a valid font file. Need recompile or reupload.

@Finii
Copy link
Collaborator

@Finii Finii commented on 2d03a39 Jan 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created #753, thank you.

Please sign in to comment.