comparison 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
comparison
equal deleted inserted replaced
1659:641d39cc8537 1660:05b55b89a134
1 /* Web browsers will choose the last font-face that matches the
2 family. So, TTF must be the first definition, so that Web browsers
3 choose WOFF2 if they support it. */
4
5 @font-face {
6 font-family: 'Open Sans';
7 font-style: normal;
8 font-weight: 400;
9 src: url(webfonts/2017-11-13-OpenSans-Regular.ttf) format('truetype');
10 }
11
12 @font-face {
13 font-family: 'Open Sans';
14 font-style: normal;
15 font-weight: 400;
16 src: url(webfonts/2017-11-13-OpenSans-Regular.woff2) format('woff2');
17 }