Spaces:
Running
Running
[Fix Chromium browser] Same font-family as Firefox
Browse files
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 {
|