From 6cca67756569948c17e3519662d117da2eea2d8f Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Tue, 5 Mar 2024 19:07:35 +0100 Subject: [PATCH] font.json: Fix preview somne fonts [why] For some reason some are not correct. Possibly my own lazyness. Signed-off-by: Fini Jastrow --- bin/scripts/lib/fonts.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/scripts/lib/fonts.json b/bin/scripts/lib/fonts.json index 2c397d790..25242fe0b 100644 --- a/bin/scripts/lib/fonts.json +++ b/bin/scripts/lib/fonts.json @@ -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", @@ -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, @@ -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, @@ -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,