Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
This article will discuss how to match the report design and preview font. The issue looks something like this:
Figure 1: Font mismatch between design and preview
Drag an HTML report element into the report.
Figure 2: HTML report element
Paste the following code into the HTML report element.
You may change the font-family accordingly.
<style type="text/css"> .canvas-body, .report_body { font-family: 'Courier Prime', monospace; font-style: italic; } @media print { * { font-family: 'Courier Prime', monospace; font-style: italic; } } </style>
Result
Figure 3: Result showing matching font between design and preview