Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I have written a json file to import my own theme to my report but am experiencing problems where I have coded the fonts to be either "DIN" or "Segoe (Bold)". These are both examples of my code.
"card": {
"*": {
"labels": [
{
"color": { "solid": { "color": "#dc0002" } },
"labelDisplayUnits": "0",
"fontSize": 40,
"fontFamily": "DIN"
}
]
}
},"columnHeaders": [
{
"fontColor": { "solid": { "color": "#000000" } },
"backColor": { "solid": { "color": "#90a0b0" } },
"outline": "Bottom only",
"autoSizeColumnWidth": true,
"fontFamily": "Segoe (Bold)",
"fontSize": 8,
"alignment": "Auto",
"urlIcon": false,
"wordWrap": true
}
]
This is what it should look like:
This is what it does look like:
Can anyone explain why this is happening and how to fix it?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.