Skip to content

Commit

Permalink
fix(core): remove mat typography (#6)
Browse files Browse the repository at this point in the history
Closes #5
  • Loading branch information
davidtlee authored Jul 12, 2024
1 parent d045ae3 commit 911e9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body class="mat-typography">
<body>
<app-root></app-root>
</body>
</html>

0 comments on commit 911e9e2

Please sign in to comment.