Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Rajkumar
Creator
Creator

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

 

Labels (2)
11 Replies
Anil_Babu_Samineni

Use Extensions to achieve such scenarios or create your own object and write some Style in it.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Rajkumar
Creator
Creator
Author

Hi Anil,

Thanks for you reply.

Using Extension is best for one object .But I  want to change all the font family in application.

 

 

Anil_Babu_Samineni

Instead try Theme and apply for application.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Rajkumar
Creator
Creator
Author

I assume there is no option to change font family in custom theme.correct me if i am wrong.

Qlik1_User1
Specialist
Specialist

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!!

Rajkumar
Creator
Creator
Author

Charts are not showing once I add this script into theme.css.

Qlik1_User1
Specialist
Specialist

share the css.

Rajkumar
Creator
Creator
Author

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

Qlik1_User1
Specialist
Specialist

if  possible can you attach the screen shot of the issue. Because there is no issue in script.