Hi, I'm creating a module and would like to add a custom font option to it. I've created simple css hubl code like this: p, li, h1, h2, h3, h4, button, span, a { font-family: {{ module.font_family }}; } and created a font_family choice f
Beitrag ansehen