Products | Versions |
---|---|
Spotfire Web Player | All Versions |
When using custom (non-default) fonts which are installed on the local client machine while authoring in your TIBCO Spotfire Analyst client, the fonts in Text Areas may not be displayed with the desired font when the analysis file is viewed on the TIBCO Spotfire Web Player.
<script type="text/javascript"> WebFontConfig = { google: { families: [ 'Open+Sans:400,300,300italic,400italic,600,700,700italic,800,600italic,800italic:greek,greek-ext,latin' ] } }; (function() { var wf = document.createElement('script'); wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); </script>The Web Font Loader is able to load fonts from Google Fonts, Typekit, Fonts.com, and Fontdeck, as well as self-hosted web fonts. See the references for more details.