Skip to content

Commit

Permalink
fix: typography changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jv18creator committed May 1, 2023
1 parent d45087c commit c8e9e2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion admin-ui/app/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
sans-serif !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

html {
font-size: 14px !important;
}

.mau-graph {
margin-top: 50px;
}
Expand Down

0 comments on commit c8e9e2f

Please sign in to comment.