Let’s use the exibble dataset to create a simple, two-column gt table (keeping only the num and currency columns). With tab_style() (called twice), we’ll selectively add style to the values formatted with fmt_number(). We do this by using cell_text() in the style argument of tab_style().