Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
I installed a new font in qlikview server and changed the font with new one. issue is while opening the app in access point new font is not changed. my doubt is do i need to install font in client machine also. or any other way to solve this?
please suggest some idea
Thank you
Hi,
I don't know the correct answer for this issue but QlikView Access Point used by browser is like a web page: if you build a web page with a font that is not installed in client's browser, it will no viewed.
In web developing there would be a way: modify the css, but I think it's not a good idea on QlikView.
S.
Hi arulsettu
This might help you
regards,
Punit
It depends on which client you are using (IE Plugin = install font on all client machines, Ajax = multiple solutions) and how you specify the source of new font. Note that a new font will not all of a sudden infect all objects in your document. You'll have to do some customisations in the Properties->Fonts tab of the objects you want to change
For example, every element on a document sheet in the AP can use a different font. In the Ajax client, you can specify the location of that particular (new) font as being available from a font repository (e.g. Google web fonts), from the Ajax Point web server (need to install fonts in a specific format on the QVWS platform) or installed on the client machine (again, you'll need to install the fonts on all client platforms first).
Now, I don't know how well versed you are in these technical web site matters, but for me at least this was tricky stuff that stubbornly refused to work from the start. To avoid this, you may want to read up on custom fonts in these useful articles:
Qlik Design Blog : 8 steps to customize your Ql... | Qlik Community
How to activate Google webfonts for iPad/Safari?
Best,
Peter
Thanks Peter Cammaert i am using Ajax. i changed font for every objects Properties->Fonts tab of the objects.
its changed in server. but not changing in client machine. i will read the articles. any other way for this because i am not good in web site matters.
Thanks
hi Peter Cammaert i followed the extension that you mentioned
i changed like this
Qva.AddDocumentExtension('customfonts', function(){
//Load a CSS style sheet
Qva.LoadCSS("http://fonts.googleapis.com/css?family=Roboto Condensed");
});
and installed the font in server.
but its not changing in client machine
can you please help me
Thanks
For an extension to be loaded together with a specific document, you must list it as required in the document properties in QV Desktop (see Settings->Document Properties->Extensions). Did you do that?
Peter
PS. I'm not really familiar with your particular document extension, as I did all the font work directly in CSS and HTML in the AccessPoint pages. I guess that using the document extension should make configuration a lot simpler.
Yes in Document Properties i added the Extension. even not changing.
you said that your work directly in CSS and HTML in the AccessPoint pages. it will change font for current app or all apps?
Thanks