Custom font canvas

hi,
how can I add custom font in Canvas?
Thanks

You could use CSS for that. E.g. using global CSS override if you would like to have it in every slide.

where exactly?

Will test it later today and send you you a Screenshot

1 Like

In the global css overrides you need to add the new font face like this
image

Then you can access the new font family in all the css classes.
I added it only for one specific markdown element like this

image

1 Like

Does it work also with markdown content and result from query...like this:

{{#each rows}}
### [{{customer}}](https://i-o-optimized-deployment-a06169.kb.europe-west1.gcp.cloud.es.io:9243/app/canvas#/workpad/workpad-20cc3824-8efa-4c26-826a-e29ef088ed6f/page/1?__fullscreen=true) ###
{{/each}}

Yes but ### is creating an h3 tag.. so you need to change p to h3 in the CSS.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.