Skip to content

Commit

Permalink
Fix image-preview-paths in fonts.json
Browse files Browse the repository at this point in the history
Signed-off-by: Fini Jastrow <[email protected]>
  • Loading branch information
Finii committed Apr 4, 2024
1 parent 16121f4 commit 0cdbaa8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bin/scripts/lib/fonts.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
"patchedName": "GeistMono",
"folderName": "GeistMono",
"imagePreviewFont": "GeistMono NF",
"imagePreviewFontSource": "GeistMono/Regular/GeistMono-Regular.otf",
"imagePreviewFontSource": "GeistMono/GeistMono-Regular.otf",
"linkPreviewFont": "geist",
"caskName": "geist-mono",
"repoRelease": false,
Expand Down Expand Up @@ -436,7 +436,7 @@
"patchedName": "Inconsolata LGC",
"folderName": "InconsolataLGC",
"imagePreviewFont": "Inconsolata LGC Nerd Font",
"imagePreviewFontSource": "InconsolataLGC/Regular/Inconsolata-LGC.ttf",
"imagePreviewFontSource": "InconsolataLGC/Inconsolata-LGC.ttf",
"linkPreviewFont": false,
"caskName": "inconsolata-lgc",
"repoRelease": true,
Expand Down Expand Up @@ -708,8 +708,8 @@
"version": "1.085",
"patchedName": "RecMono",
"folderName": "Recursive",
"imagePreviewFont": "RecMonoSemi Nerd Font",
"imagePreviewFontSource": "Recursive/RecMonoLinear/RecMonoSemicasual-Regular-1.085.ttf",
"imagePreviewFont": "RecMonoSmCasual Nerd Font",
"imagePreviewFontSource": "Recursive/RecMonoSemicasual/RecMonoSemicasual-Regular-1.085.ttf",
"linkPreviewFont": "recursive-mono-linear",
"caskName": "recursive-mono",
"repoRelease": false,
Expand Down Expand Up @@ -787,7 +787,7 @@
"patchedName": "Terminess",
"folderName": "Terminus",
"imagePreviewFont": "Terminess Nerd Font",
"imagePreviewFontSource": "Terminus/TerminusTTF-4.49.2.ttf",
"imagePreviewFontSource": "Terminus/TerminusTTF-4.49.3.ttf",
"linkPreviewFont": "terminus",
"caskName": "terminess-ttf",
"repoRelease": true,
Expand Down Expand Up @@ -864,7 +864,7 @@
"version": "1.2.0",
"patchedName": "ZedMono",
"folderName": "ZedMono",
"imagePreviewFont": "ZedMono Nerd Font",
"imagePreviewFont": "ZedMono NF",
"imagePreviewFontSource": "ZedMono/Normal/zed-mono-regular.ttf",
"linkPreviewFont": false,
"caskName": "zed-mono",
Expand Down

0 comments on commit 0cdbaa8

Please sign in to comment.