<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to activate Google webfonts for iPad/Safari? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-activate-Google-webfonts-for-iPad-Safari/m-p/760092#M535543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using the customfonts extension in QlikView?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3861"&gt;8 steps to customize your QlikView apps with Google Fonts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try the link above, easy to install and works perfectly on iPad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jan 2015 13:47:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-21T13:47:53Z</dc:date>
    <item>
      <title>How to activate Google webfonts for iPad/Safari?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-activate-Google-webfonts-for-iPad-Safari/m-p/760091#M535542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone be able to get webfonts appear on iPad Safari browser for QlikView app?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used a specific webfont from Google for a QlikView iPad app which works if you open it in MS IE or Google Chrome (QV AccessPoint) but in Safari, the font doesn't appear?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 09:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-activate-Google-webfonts-for-iPad-Safari/m-p/760091#M535542</guid>
      <dc:creator>wimcandries</dc:creator>
      <dc:date>2015-01-09T09:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate Google webfonts for iPad/Safari?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-activate-Google-webfonts-for-iPad-Safari/m-p/760092#M535543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using the customfonts extension in QlikView?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3861"&gt;8 steps to customize your QlikView apps with Google Fonts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try the link above, easy to install and works perfectly on iPad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 13:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-activate-Google-webfonts-for-iPad-Safari/m-p/760092#M535543</guid>
      <dc:creator />
      <dc:date>2015-01-21T13:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate Google webfonts for iPad/Safari?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-activate-Google-webfonts-for-iPad-Safari/m-p/760093#M535544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following three-step approach seems to do the trick. We were trying to use the Roboto-fonts in a document, so that'll be the example font to configure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Download the relevant fonts from the Google fonts pages. Google Fonts exist in a variety of formats. In general, WOFF is supported by a wide (if not the widest) selection of platforms. Put the font files in a subdirectory of your web server's document root. You can use a relative path, but be aware that using Google fonts on the AccessPojnt page, &lt;EM&gt;or&lt;/EM&gt; in QVW documents may require you to use different directories.&lt;BR /&gt;I put mine in this new directory, because we'll be using Google fonts in Ajax documents, not in the AP itself:&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;C:\Program Files\QlikView\Server\QlikViewClients\QlikViewAjax\htc\fonts&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;For each font &amp;amp; font style, add a @font entry to a global css file that is included without a doubt. For the AP page, there is a custom.css files that you can change at will. For documents, AFAIK there is only a single possible destination and that is:&lt;BR /&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;C:\Program Files\QlikView\Server\QlikViewClients\QlikViewAjax\htc\default.css&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;This is a large css file, and it's formatted like a rectangular block of characters (ie without whitespace). Add entries like the following to the front of the file:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;@font-face {&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp; font-family: 'Roboto';&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp; src: local('Roboto'), url('fonts/Roboto-Regular-webfont.woff') format('woff');&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp; font-weight: 400;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp; font-style: normal&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The exact syntax (style, weights and names) can be taken from the css file that accompanies each Google font package. The relative path refers to the font files we copied in a subdirectory of the default.css directory in step 1.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Finally, add all missing mime type-definitions&lt;SPAN style="font-size: 13.3333330154419px;"&gt; to your web server configuration&lt;/SPAN&gt; for the different font file formats you copied. &lt;EM&gt;QVWS has no font file mime type definition whatsoever.&lt;/EM&gt; IIS may have some, but you should carefully check whether the mime type for the font format you plan to use is present. If not, the whole font technique will NOT work.&lt;BR /&gt;For QVWS, add entries to: &lt;SPAN style="font-family: 'courier new', courier;"&gt;C:\ProgramData\QlikTech\WebServer\config.xml&lt;/SPAN&gt;&lt;BR /&gt;For IIS: add entries to the Mime types-entry of the IIS server root menu-&amp;gt;Properties-&amp;gt;Mime types.&lt;BR /&gt;For the WOFF format in the example above, the mime type is &lt;SPAN style="font-family: 'courier new', courier;"&gt;application/x-font-woff&lt;/SPAN&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Restart a few services, and test the presence of your new font file. Create an HTML test page and place it in your web server document root. Or publish a QVW document that uses Google fonts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 09:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-activate-Google-webfonts-for-iPad-Safari/m-p/760093#M535544</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-09T09:45:16Z</dc:date>
    </item>
  </channel>
</rss>

