From 25237c007a005ec7dd00d49b38be992709123c97 Mon Sep 17 00:00:00 2001 From: "zuk (Jakob Krueger)" Date: Sun, 16 Feb 2025 21:56:02 +0400 Subject: [PATCH] change default font --- default_style.ly | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/default_style.ly b/default_style.ly index 85b98e1..4c13a77 100644 --- a/default_style.ly +++ b/default_style.ly @@ -3,9 +3,9 @@ songMargin = 5 songInfoFontSize = 0 songInfoLineWidthFraction = 0.9 songTitleSize = 6 -songTitleFont = "LilyPond Sans" -songChordFont = "LilyPond Sans" -songLyricFont = "LilyPond Sans" +songTitleFont = "Liberation Sans" +songChordFont = "Liberation Sans" +songLyricFont = "Liberation Sans" songChordFontSeries = #'bold songTextChordAlignment = #'left songScoreChordFontSize = 2 -- 2.47.2