Browse Source

Update font url to be https

pull/389/head
Jerome Wu 6 years ago
parent
commit
233cc8bdd3
  1. 2
      index.html

2
index.html

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tesseract.js | Pure Javascript OCR for 62 Languages!</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
</head>
<body ondragover="return false">

Loading…
Cancel
Save