From 146cfe432069da184d8501f6ece3fb0fff37abfb Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期一, 03 八月 2020 16:26:10 +0800
Subject: [PATCH] desktop: 弃用awesome字体
---
public/index.html | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/public/index.html b/public/index.html
index fb92cd4..ed070dd 100644
--- a/public/index.html
+++ b/public/index.html
@@ -4,8 +4,14 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
+ <link rel="icon" type="image/png" href="<%= BASE_URL %>favicon.png" sizes="32x32" >
<title><%= htmlWebpackPlugin.options.title %></title>
+ <style>
+ html,body,h2,p{
+ margin:0;
+ padding:0;
+ }
+ </style>
</head>
<body>
<noscript>
--
Gitblit v1.8.0