Skip to content

Commit

Permalink
Specify a better font for error displays
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Jan 1, 2023
1 parent 3497e77 commit 46c0ddb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions error_display/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ body {
display: flex;
align-items: center;
flex-direction: column;
/* Standard UI fonts for various platforms. */
font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", "Icons16", sans-serif;
}

main {
Expand Down

0 comments on commit 46c0ddb

Please sign in to comment.