Font family

You can change the font family used in the application by setting the fontFamily parameter

📘

Font Availability

Live status Tracker doesn't support any fonts by default, so make sure you have the fonts available on your site so that the widget can use them

Specific configuration parameters

Parameter LibParameters WebDescription
theme.fontFamilyfontFamilyAny font you have available in your platform
Example: monospace

Usage Example


Consider the following example:

<!DOCTYPE html>
<head>
    <title>LSW v3 Embed</title>
</head>
<body>
    <div id="instaleap-lsw-v3"></div>
</body>

<script src="https://xandar-lsw-v3.instaleap.io/lib/steps.js"></script>
<script>
    const params = {
        job: "myJob",
        token: "myToken",
        container: "#instaleap-lsw-v3",
        theme: {
            fontFamily: 'monospace',
        },
    }
    window.instaleap.steps.render(params)
</script>
</html>
https://xandar-lsw-v3.instaleap.io/steps?job=myJob&token=myToken&fontFamily=monospace

You will see the following content