Looking for information about TrueContext features and functionality? Visit our Product Documentation Portal.
Question
How do I configure the CSS code in a custom document with a Handlebars template to display the text in bold format in the output document?
Answer
To display the text in bold in the document, add this to the document's CSS configuration:
.bold { font: bold 14px serif; }
.bold { font: bold 14px serif; }
You can reference this in the HTML as displayed below:
Comments
0 comments
Please sign in to leave a comment.