Skip to content

Commit 2049eaa

Browse files
committed
use Ubuntu as the font-family.
1 parent 663dfa4 commit 2049eaa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

webui/dev/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ const theme = createMuiTheme({
2121
lg: 1040,
2222
xl: 1240
2323
}
24-
}
24+
},
25+
typography: {
26+
fontFamily: `Ubuntu, sans-serif`,
27+
},
2528
});
2629

2730
let serverHost = location.hostname;

webui/dev/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

99
<body>

0 commit comments

Comments
 (0)