Mercurial > hg > orthanc-stone
view Applications/StoneWebViewer/WebApplication/open-sans.css @ 2147:bea4e7900a47
upgraded jquery to 3.7.1 & axios to 1.7.5
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Mon, 26 Aug 2024 17:59:20 +0200 |
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'); }