Skip to content

Commit

Permalink
change to Roboto font for the UI (#161)
Browse files Browse the repository at this point in the history
* change to Roboto font for the UI

* format

---------

Co-authored-by: Antony Raj <[email protected]>
Co-authored-by: Benjamin Bolte <[email protected]>
  • Loading branch information
3 people authored Jul 22, 2024
1 parent a7f467c commit de5029a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="description" content="Web site created using create-react-app" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>

<!-- Bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/react/umd/react.production.min.js" crossorigin></script>
Expand All @@ -24,4 +25,4 @@
<div id="root"></div>
</body>

</html>
</html>
2 changes: 2 additions & 0 deletions frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ div.content {
html,
body {
word-wrap: break-word;
font-family: "Roboto", "Franklin Gothic Medium", "Arial Narrow", Arial,
sans-serif;
}

form {
Expand Down

0 comments on commit de5029a

Please sign in to comment.