diff 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
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/index.html	Thu Nov 19 09:10:36 2020 +0100
+++ b/Applications/StoneWebViewer/WebApplication/index.html	Thu Nov 19 10:21:20 2020 +0100
@@ -11,8 +11,7 @@
     
     <link rel="stylesheet" href="css/all.css">  <!-- Font Awesome -->
     <link rel="stylesheet" href="css/bootstrap.css">
-    <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
-    
+    <link rel="stylesheet" href="open-sans.css">
     <link rel="stylesheet" href="app.css">
 
     <!-- https://stackoverflow.com/a/16863182/881731 -->