Font family

Parameter for change the font family, Note: 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

Implementation



Available parameters

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

Code

<!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

Demo


🤓

NOTE: Please do not modify the Demo, this is a visual aid.