comparison Applications/StoneWebViewer/WebApplication/index.html @ 1660:05b55b89a134

use local copy of open-sans, remove ua-parser
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Nov 2020 10:21:20 +0100
parents 641d39cc8537
children e4589378ad8b
comparison
equal deleted inserted replaced
1659:641d39cc8537 1660:05b55b89a134
9 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> 9 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
10 <link rel="icon" href="data:;base64,iVBORw0KGgo="> 10 <link rel="icon" href="data:;base64,iVBORw0KGgo=">
11 11
12 <link rel="stylesheet" href="css/all.css"> <!-- Font Awesome --> 12 <link rel="stylesheet" href="css/all.css"> <!-- Font Awesome -->
13 <link rel="stylesheet" href="css/bootstrap.css"> 13 <link rel="stylesheet" href="css/bootstrap.css">
14 <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> 14 <link rel="stylesheet" href="open-sans.css">
15
16 <link rel="stylesheet" href="app.css"> 15 <link rel="stylesheet" href="app.css">
17 16
18 <!-- https://stackoverflow.com/a/16863182/881731 --> 17 <!-- https://stackoverflow.com/a/16863182/881731 -->
19 <style> 18 <style>
20 .tooltip { 19 .tooltip {