View Single Post
Old 09-14-2021, 10:34 AM   #2
Frenzie
Wizard
Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.
 
Posts: 1,761
Karma: 731681
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
It's a bit unclear what you mean by "this". If you mean that's an excerpt, I'd have to try at home. If you mean that's all you put in there, it's incomplete and should look closer to:

Code:
return {
    ["fontmap"] = {
        ["cfont"] = "IBMPlexSans-Regular.ttf",
        ["tfont"] = "IBMPlexSans-Bold.ttf",
        ["smalltfont"] = "IBMPlexSans-Bold.ttf",
        ["x_smalltfont"] = "IBMPlexSans-Bold.ttf",
        ["ffont"] = "IBMPlexSans-Regular.ttf",
        ["smallffont"] = "IBMPlexSans-Regular.ttf",
        ["largeffont"] = "IBMPlexSans-Regular.ttf",
        ["rifont"] = "IBMPlexSans-Regular.ttf",
        ["pgfont"] = "IBMPlexSans-Regular.ttf",
        ["scfont"] = "IBMPlexMono.ttf",
        ["hpkfont"] = "IBMPlexMono.ttf",
        ["hfont"] = "IBMPlexSans-Regular.ttf",
        ["infont"] = "IBMPlexMono.ttf",
        ["smallinfont"] = "IBMPlexMono.ttf",
        ["infofont"] = "IBMPlexSans-Regular.ttf",
        ["smallinfofont"] = "IBMPlexSans-Regular.ttf",
        ["smallinfofontbold"] = "IBMPlexSans-Bold.ttf",
        ["x_smallinfofont"] = "IBMPlexSans-Regular.ttf",
        ["xx_smallinfofont"] = "IBMPlexSans-Regular.ttf",
    },
}
Frenzie is offline   Reply With Quote