Skip to content

Commit 293d57d

Browse files
committedMar 15, 2025
mono
1 parent bdd3cda commit 293d57d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎examples/GUI/demo.css

+3
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,9 @@ th {
306306
td {
307307
padding: 10px 15px;
308308
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
309+
font-family: 'Fira Code', 'JetBrains Mono', 'Cascadia Code', 'Source Code Pro', 'Roboto Mono', 'IBM Plex Mono', 'Ubuntu Mono', 'Inconsolata', 'Consolas', 'Menlo', 'Monaco', 'Courier New', monospace;
310+
white-space: break-spaces;
311+
font-size: 1rem;
309312
}
310313

311314
tr:last-child td {

0 commit comments

Comments
 (0)
Failed to load comments.