The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi - I've built a report which is published to the public web. Unfortunately, in many cases, the custom font I used is not showing, and instead the report is falling back to Times New Roman.
2 questions:
1) I assume the issue whereby the font needs to be installed locally is still an issue?
2) I would like my fallback to be Arial. How do I modify my existing JSON file to make this happen? Below is my current JSON file.
{
"name": "Custom Theme",
"dataColors": ["#22272B","#004000","#0B3F47","#002664","#441170","#65004D","#630019","#941B00","#694800","#523719","#CBEDFD","#146CFD","#8CE0FF","#D7153A","#F2F2F2"],
"textClasses": {
"callout": {
"fontSize": 45,
"fontFace": "Public Sans",
"color": "#252423"
},
"title": {
"fontSize": 12,
"fontFace": "Public Sans",
"color": "#252423"
},
"header": {
"fontSize": 12,
"fontFace": "Public Sans",
"color": "#252423"
},
"label": {
"fontSize": 10,
"fontFace": "Public Sans",
"color": "#252423"
}
}
}
Thanks, Andrew