diff --git a/chordpro.json b/chordpro.json index d892f3f..9af3716 100644 --- a/chordpro.json +++ b/chordpro.json @@ -9,6 +9,12 @@ "headspace" : 40, "footspace" : 20, + "formats" : { + "title" : { + "title" : [ "", "%{title}", "%{artist}" ], + }, + }, + "fontdir" : [ "static/fonts/liberation-fonts-ttf-2.1.5/" ], "fontconfig" : { "serif" : { @@ -29,9 +35,6 @@ "italic" : "LiberationMono-Italic.ttf", "bolditalic" : "LiberationMono-BoldItalic.ttf" }, - "dingbats" : { - "" : "ZapfDingbats" - } }, "fonts" : { @@ -72,6 +75,7 @@ } } }, + "html" : { "styles" : { "display" : "/chordpro.css"