idolezal commited on
Commit
8f93450
β€’
1 Parent(s): 8c07af8

[Fix Chromium browser] Same font-family as Firefox

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -248,10 +248,12 @@ footer {visibility: hidden}
248
 
249
  .leaderboard-table tr:first-child th {
250
  background-color: var(--table-even-background-fill) !important;
 
251
  }
252
 
253
  .leaderboard-table tr td {
254
  background-color: var(--table-even-background-fill) !important;
 
255
  }
256
 
257
  .leaderboard-table tr.row_odd td {
 
248
 
249
  .leaderboard-table tr:first-child th {
250
  background-color: var(--table-even-background-fill) !important;
251
+ font-family: "IBM Plex Mono";
252
  }
253
 
254
  .leaderboard-table tr td {
255
  background-color: var(--table-even-background-fill) !important;
256
+ font-family: "IBM Plex Mono";
257
  }
258
 
259
  .leaderboard-table tr.row_odd td {