
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to change font family in qlik sense
Dear all,
I wanted to change font family in qlik sense application . Advise me on how to change font family & If I change what are the consequences.
Regards
Raj.K
- « Previous Replies
-
- 1
- 2
- Next Replies »
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use Extensions to achieve such scenarios or create your own object and write some Style in it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Anil,
Thanks for you reply.
Using Extension is best for one object .But I want to change all the font family in application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Instead try Theme and apply for application.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I assume there is no option to change font family in custom theme.correct me if i am wrong.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes you can change the font via css custom theme.
.qv-object * {
font-family: sans-serif;
border-width: 1px soft !important;
border-top-width: 1px; /*!important;*/
border-right-width: 1px; /*!important;*/
border-bottom-width: 1px; /*!important;*/
border-left-width: 1px; /*!important; */
}
Hope this helps!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Charts are not showing once I add this script into theme.css.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
share the css.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am not able to attach the file.
Below is my script.
.qvt-sheet {
background: #ffffff !important;
}
.qv-object * {
font-family: sans-serif;
border-width: 1px soft !important;
border-top-width: 1px; /*!important;*/
border-right-width: 1px; /*!important;*/
border-bottom-width: 1px; /*!important;*/
border-left-width: 1px; /*!important; */
}
thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
if possible can you attach the screen shot of the issue. Because there is no issue in script.

- « Previous Replies
-
- 1
- 2
- Next Replies »