all repos — caroster @ b854686edc1604b5c6a7f6eac27728b77eff4f78

[Octree] Group carpool to your event https://caroster.io

feat: 🍱  Import "Inter' font from Google fonts
Simon Mulquin simon@octree.ch
Tue, 18 Jan 2022 11:38:52 +0100
commit

b854686edc1604b5c6a7f6eac27728b77eff4f78

parent

6ed452d52636885944d0c68e07d2bde6f7a77a21

1 files changed, 3 insertions(+), 8 deletions(-)

jump to
M frontend/pages/_document.tsxfrontend/pages/_document.tsx

@@ -11,14 +11,9 @@ <Head>

<meta name="theme-color" content={theme.palette.primary.main} /> <meta name="application-name" content="Caroster" /> <link rel="shortcut icon" href="/assets/favicon.ico" /> - <link - rel="stylesheet" - href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" - /> - <link - href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500&display=swap" - rel="stylesheet" - /> + <link rel="preconnect" href="https://fonts.googleapis.com" /> + <link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin="anonymous" /> + <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap" rel="stylesheet" /> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"