How to change the font of text in data rows

Hi @the_basit_ali ,

Thank you for your feedback, currently we do not enabled user to change the font family however there is way around it**.

You can use a extension to make CSS modification, before doing so I would strongly advocate to do some testing and this is a sample provided as is.

Here, I am using Stylus :

Before :

After using Arial :

Here is what the script is doing :

.fvimDY{
   font-family: arial;
}

You can test with different font family, I would discourage you to do any other modification as some unintended consequences can arise from that.

I will also check internally if we could implement some text customisation in the roadmap.

Many thanks,
PT

**This script is provided “as is” without any warranty or support. The author does not assume any responsibility for the proper functioning, accuracy, reliability, or compatibility of the script.

2 Likes