Change font size

Can I adjust font size from 12px to 14px?
It’s too small for most screen.

Hi @cengjing2000
It’s not possible to change the font size unless you create your own build of Metabase.
You can change the zoom level in your browser as an alternative.

Thank you flamber.
And how can I set column width?

@cengjing2000 That’s currently no possible:
https://github.com/metabase/metabase/issues/10372 - upvote by clicking :+1: on the first post

Thank you.

If you install a browser extension that allows defining stylesheets per URL, like Stylebot, you can increase the font size of the table cells with the following CSS

.cellData {
  font-size: 18px;
}