What is the table header font?

I'm trying to replicate the table column header for table row headers, but I can't figure out what that font is. I know the CSS class from inspection, but not sure where to find those defined, either:

tc ia_table__cell ia_table__head__header__cell thc

Inspecting a table header and filtering on 'font' gives the following information:

Setting,
columns.0.style.classes : ia_table__head
seems to do it in Designer but not in the browser! Hmmm.
It does work. It's just subtle. Normal is weight : 400 and the header is weight : 500.

Watch out for the __ double underline.

2 Likes

To add to that; If you click on that --font-NotoSans variable, you'll see what is assigned to it:

1 Like

Huh! I didn't know that trick and I should have as there's an obvious hyperlink. Thanks.

1 Like