Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Using font style from external css

I am new to Qlikview. I have added an extension to use external style sheet in my Qvw. the script that extension use is given below

var path = Qva.Remote + "?public=only&type=Document&name=Extensions/addStylesheet/";

Qva.AddExtension('addStylesheet', function(){

Qva.LoadCSS(path + "style.css");

var _this = this;

}

Now style.css contains defination of many font family. Out of them i have to use one font family say modified-arial in my qvw textboxes contents. How can i do so?

Thanks

0 Replies