Skip to content

Commit

Permalink
feat: use EPFL fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
lanterno committed Feb 21, 2024
1 parent 2a71e43 commit 0eabd8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web/frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
font-family: Arial, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
font-family: Arial, source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}
2 changes: 1 addition & 1 deletion web/frontend/src/layout/App.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.App {
font-family: sans-serif;
font-family: Arial;
color: rgb(71, 71, 71);
background-color: white;
position: relative;
Expand Down

0 comments on commit 0eabd8c

Please sign in to comment.