feature: remove PT Sans font from index.html

This commit is contained in:
eliabejr 2018-12-21 09:14:09 -03:00
parent 60f9189dc1
commit 90c215fec2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<meta name="theme-color" content="#000000" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="shortcut icon" href="favicon.ico" />
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700|Roboto:300,400,700" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet" />
<title>Zcash Reference Wallet</title>
</head>