From 7dfc427663a7b0c6137984f9636d3f7203fb3201 Mon Sep 17 00:00:00 2001 From: Humza Shahid Date: Mon, 23 Sep 2024 22:43:41 +0100 Subject: [PATCH] add backtick to ascii table, which was missing before and caused offsets after backtick to be off by 1 --- fonts/cozette-ascii.sml | 1 + 1 file changed, 1 insertion(+) diff --git a/fonts/cozette-ascii.sml b/fonts/cozette-ascii.sml index 03ff8c9..24f6d23 100644 --- a/fonts/cozette-ascii.sml +++ b/fonts/cozette-ascii.sml @@ -96,6 +96,7 @@ struct SlashBackwards.lerp, SquareBracketClosed.lerp, Caret.lerp, + Backtick.lerp, Underscore.lerp, LowerCaseA.lerp, LowerCaseB.lerp,