12-21-2022, 01:38 PM
(This post was last modified: 12-21-2022, 01:38 PM by neeraja.pattathil@bdb.ai.)
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'});
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'});