Global Font - Printable Version +- Forums (https://bdn.bdb.ai) +-- Forum: BDB Knowledge Base (https://bdn.bdb.ai/forumdisplay.php?fid=13) +--- Forum: BDB Dashboards Designer (https://bdn.bdb.ai/forumdisplay.php?fid=43) +---- Forum: BDB Designer Q & A (https://bdn.bdb.ai/forumdisplay.php?fid=16) +---- Thread: Global Font (/showthread.php?tid=353) |
Global Font - neeraja.pattathil@bdb.ai - 12-21-2022 How to use a new global font that is not present in the dashboard property? can use it using a script in the dashboard sdk.applyGlobalFont({'url': 'https://fonts.googleapis.com/css?family=Nunito+Sans&display=swap', 'fontFamily': 'Nunito Sans', 'useGlobalFont': 'true'}); |