Skip to content

Commit

Permalink
use Ubuntu as the font-family.
Browse files Browse the repository at this point in the history
  • Loading branch information
nisarhassan12 committed Apr 14, 2020
1 parent 663dfa4 commit 2049eaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion webui/dev/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ const theme = createMuiTheme({
lg: 1040,
xl: 1240
}
}
},
typography: {
fontFamily: `Ubuntu, sans-serif`,
},
});

let serverHost = location.hostname;
Expand Down
2 changes: 1 addition & 1 deletion webui/dev/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500&display=swap" rel="stylesheet">
</head>

<body>
Expand Down

0 comments on commit 2049eaa

Please sign in to comment.