Added the Roboto font

This commit is contained in:
Mathias Wagner 2022-09-12 01:00:36 +02:00
parent eef46c35ac
commit 59a0ab5794

View File

@ -17,6 +17,9 @@
<link rel="icon" type="image/png" href="/images/logo192.png" /> <link rel="icon" type="image/png" href="/images/logo192.png" />
<link rel="apple-touch-icon" href="/images/logo128.png" /> <link rel="apple-touch-icon" href="/images/logo128.png" />
<link rel="manifest" href="/manifest.json" /> <link rel="manifest" href="/manifest.json" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet">
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>