diff options
Diffstat (limited to 'frontend/src/index.html')
-rw-r--r-- | frontend/src/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/frontend/src/index.html b/frontend/src/index.html index b3b6eb54..1461c9ae 100644 --- a/frontend/src/index.html +++ b/frontend/src/index.html @@ -1,5 +1,6 @@ <!doctype html> <html lang="en"> + <head> <meta charset="utf-8"> <title>Frontend</title> @@ -10,7 +11,9 @@ <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"> <app-root></app-root> </body> -</html> + +</html>
\ No newline at end of file |