Skip to content

Commit

Permalink
font.json: Fix preview somne fonts
Browse files Browse the repository at this point in the history
[why]
For some reason some are not correct. Possibly my own lazyness.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
  • Loading branch information
Finii committed Mar 5, 2024
1 parent 5945c4c commit 6cca677
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/scripts/lib/fonts.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
"RFN": false,
"patchedName": "GeistMono",
"folderName": "GeistMono",
"imagePreviewFont": "GeistMono Nerd Font",
"imagePreviewFont": "GeistMono NF",
"imagePreviewFontSource": "GeistMono/Regular/GeistMono-Regular.otf",
"linkPreviewFont": false,
"caskName": "geist-mono",
Expand Down Expand Up @@ -378,7 +378,7 @@
"patchedName": "Inconsolata",
"folderName": "Inconsolata",
"imagePreviewFont": "Inconsolata Nerd Font",
"imagePreviewFontSource": "IBMPlexMono/Mono/IBMPlexMono-Regular.ttf",
"imagePreviewFontSource": "Inconsolata/Inconsolata-Regular.ttf",
"linkPreviewFont": "inconsolata",
"caskName": "inconsolata",
"repoRelease": true,
Expand All @@ -390,7 +390,7 @@
"patchedName": "InconsolataGo",
"folderName": "InconsolataGo",
"imagePreviewFont": "InconsolataGo Nerd Font",
"imagePreviewFontSource": "Inconsolata/Inconsolata-Regular.ttf",
"imagePreviewFontSource": "InconsolataGo/Regular/InconsolataGo-Regular.ttf",
"linkPreviewFont": "inconsolata-go",
"caskName": "inconsolata-go",
"repoRelease": true,
Expand Down Expand Up @@ -678,7 +678,7 @@
"patchedName": "SauceCodePro",
"folderName": "SourceCodePro",
"imagePreviewFont": "SauceCodePro Nerd Font",
"imagePreviewFontSource": "SourceCodePro/Regular/SourceCodePro-Regular.ttf",
"imagePreviewFontSource": "SourceCodePro/SourceCodePro-Regular.ttf",
"linkPreviewFont": "source-code-pro",
"caskName": "sauce-code-pro",
"repoRelease": true,
Expand Down

2 comments on commit 6cca677

@landfillbaby
Copy link
Contributor

Choose a reason for hiding this comment

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

now it seems Geist isn't previewing at all

@Finii
Copy link
Collaborator Author

@Finii Finii commented on 6cca677 Mar 5, 2024

Choose a reason for hiding this comment

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

Yes, I noticed that too ;-)

The filename of the preview image changed, and I added all changes of the preview images - but of course not new files and did not remove old files. Typically I do git add -p and renames are not caught by that except when you do a git mv ... which I didn't, so ...

On my local Jekyll run it did not show, because the image was there, just not comitted.

Whatever ;) Thanks for reporting, that is already fixed together with some more stuff.

Please sign in to comment.