diff Applications/StoneWebViewer/WebApplication/open-sans.css @ 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
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Applications/StoneWebViewer/WebApplication/open-sans.css	Thu Nov 19 10:21:20 2020 +0100
@@ -0,0 +1,17 @@
+/* Web browsers will choose the last font-face that matches the
+   family. So, TTF must be the first definition, so that Web browsers
+   choose WOFF2 if they support it. */
+
+@font-face {
+  font-family: 'Open Sans';
+  font-style: normal;
+  font-weight: 400;
+  src: url(webfonts/2017-11-13-OpenSans-Regular.ttf) format('truetype');
+}
+
+@font-face {
+  font-family: 'Open Sans';
+  font-style: normal;
+  font-weight: 400;
+  src: url(webfonts/2017-11-13-OpenSans-Regular.woff2) format('woff2');
+}