From 22b88f7a25d8aaa3864e7dbba5c884c8826224a8 Mon Sep 17 00:00:00 2001 From: Sudarshan Sreeram <sudarshan.sreeram19@imperial.ac.uk> Date: Fri, 31 Jul 2020 17:00:38 +0530 Subject: [PATCH] Fix formatting of link Note: Fixed an issue caused by breaking the link (to include IBM Plex Sans) across multiple lines --- frontend/public/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index 63234906d..675ee0158 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -12,9 +12,7 @@ <link rel="apple-touch-icon" href="%PUBLIC_URL%/scientia-logo-black.svg" /> <link rel="stylesheet" - href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght - @0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400 - ;1,500;1,600;1,700&display=swap" + href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" /> <!-- manifest.json provides metadata used when your web app is installed on a -- GitLab