From 064f5c325496370b57466380254604aeecaba862 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Sat, 21 Dec 2024 09:41:38 -0500 Subject: [PATCH] absolute file path for font due to sk version downgrade --- src/Arts.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Arts.cs b/src/Arts.cs index 4af412d..0ae65c6 100644 --- a/src/Arts.cs +++ b/src/Arts.cs @@ -53,7 +53,7 @@ static class Arts } text_style = TextStyle.FromFont( - Font.FromFile("Staatliches.ttf"), + Font.FromFile("Assets/Staatliches.ttf"), 1.0f * U.cm, Color.White );