Skip to content

Commit

Permalink
[examples][vitejs] Load Roboto font (mui#35678)
Browse files Browse the repository at this point in the history
Signed-off-by: oliv37 <[email protected]>
  • Loading branch information
oliv37 authored Feb 13, 2023
1 parent 749bde0 commit f5c9b6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/vitejs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
<title>Vite App with Material UI</title>
</head>
<body>
Expand Down

0 comments on commit f5c9b6b

Please sign in to comment.