Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions system24
Submodule system24 added at 642601
4 changes: 2 additions & 2 deletions theme/system24.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

body {
/* font, change to '' for default discord font */
--font: 'DM Mono'; /* change to '' for default discord font */
--code-font: 'DM Mono'; /* change to '' for default discord font */
--font: 'Liberation Mono'; /* change to '' for default discord font */
--code-font: 'Liberation Mono'; /* change to '' for default discord font */
font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */
letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/

Expand Down