[Solved] Default font in dataviewer list?

For continuity purposes, I’m wanting to keep the font of my labels in my app the same where possible.

I know that there isn’t a way of choosing the font in a dataviewer list (except through the use of code), but was hoping soneone may know which font is used as the default font . . .

I have looked through the list of fonts available but it is tricky to identify the exact same font as the default dataviewer list font.

Thanks in advance.

@tomwilburwright7vu On most browsers and devices it’ll be Roboto.

The “default” font (or what displays without selecting a different font from a label, button, etc.) is font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif.

1 Like

Many thanks!!