Skip to content

Commit

Permalink
fix: font display on webload
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelin committed May 15, 2020
1 parent df859e8 commit 7784b07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons?display=swap' rel="stylesheet">
<link href='https://fonts.googleapis.com/css?display=swap&family=Roboto:300,400,500,700|Material+Icons' rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5, user-scalable=yes, minimal-ui">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>Ambianic UI</title>
<meta name="description" content="Ambianic UI progressive web application to manage Ambianic Edge devices">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?display=swap&family=Roboto:100,300,400,500,700,900">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css?display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900?display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?display=swap&family=Roboto:100,300,400,500,700,900">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css?display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900?display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?display=swap&family=Roboto:100,300,400,500,700,900">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css?display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900?display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?display=swap&family=Roboto:100,300,400,500,700,900">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css?display=swap">
</head>
<body>
Expand Down

0 comments on commit 7784b07

Please sign in to comment.