Skip to content

Commit

Permalink
font backup (monospace) added to textarea for offline use
Browse files Browse the repository at this point in the history
  • Loading branch information
dpet committed Nov 5, 2024
1 parent 636e723 commit 532f509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/style/components/program_input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
border-radius: 7.5px;
border: 1px solid rgba(255, 255, 255, 0.10);
color: #fdc667;
font-family: 'Roboto Mono';
font-family: 'Roboto Mono', monospace;
font-size: 12px;
resize: none;
padding: 12px;
Expand Down

0 comments on commit 532f509

Please sign in to comment.