Skip to content

Commit

Permalink
Update the font.
Browse files Browse the repository at this point in the history
  • Loading branch information
KMoszczyc committed Jan 9, 2025
1 parent b866e91 commit ad419e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stats/charts.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def create_table_plotly(df, title, columns):
height=HEADER_CELL_HEIGHT),
cells=dict(values=[df[col] for col in df.columns],
fill_color=['#2E3A46'] + ['#1B1F24'] * (len(columns) - 1),
font=dict(color='#E0E0E0', family='Roboto Thin', size=16),
font=dict(color='#E0E0E0', family='Roboto', size=16),
line_color='#4A525A',
align='left',
height=CELL_HEIGHT))
Expand Down

0 comments on commit ad419e7

Please sign in to comment.