Mercurial > hg > orthanc-stone
view Applications/StoneWebViewer/WebApplication/open-sans.css @ 1687:cc5a2e076746
Added error check to emscripten_get_element_css_size
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Wed, 25 Nov 2020 17:02:43 +0100 |
parents | 05b55b89a134 |
children |
line wrap: on
line source
/* 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'); }