Hello,
I am trying to build a dashboard and customizing the font family with a CSS file. I am able to get the fonts correct for the H1, H2, etc. items, but for the graph titles and axes themselves.
This is what I’m using in my CSS file:
*, html, body {
font-family: “Times New Roman”, Times, serif;
}
Is there a way to set the those through a CSS file, or do I have to manually do it through the graph layout?