Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Adding a custom font changes the font used in the fiilter pane

Adding a custom font to a Power BI theme changes the font in the filter pane (see below). Doesn't seem to have a functional impact but certainly looks strange. Json used is below.

filterpane.png

 

 

{
    "name": "ExampleTheme",
    "textClasses": {
        "label": {
            "fontFace": "Arial"
        },
        "callout": {
            "fontFace": "Arial"
        },
        "title": {
            "fontFace": "Arial"
        },
        "header": {
            "fontFace": "Arial"
        }
    },
    "dataColors": [
        "#1185A7",
        "#4DB5D1",
        "#7DC241",
        "#EBEAE8",
        "#252423",
        "#666666",
        "#D9B300",
        "#D64550",
        "#3599B8",
        "#DFBFBF",
        "#4AC5BB",
        "#5F6B6D",
        "#FB8281",
        "#F4D25A",
        "#7F898A",
        "#A4DDEE",
        "#FDAB89",
        "#B687AC",
        "#28738A",
        "#A78F8F",
        "#168980",
        "#293537",
        "#BB4A4A",
        "#B59525",
        "#475052",
        "#6A9FB0",
        "#BD7150",
        "#7B4F71",
        "#1B4D5C",
        "#706060",
        "#0F5C55",
        "#1C2325"
    ],
    "visualStyles": {
        "*": {
            "*": {
                "background": [
                    {
                        "transparency": 100
                    }
                ],
                "visualHeader": [
                    {
                        "transparency": 100
                    }
                ],
                "*": [
                    {
                        "fontFamily": "Gobold Extra2"
                    }
                ]
            }
        },
        "page": {
            "*": {
                "background": [
                    {
                        "color": {
                            "solid": {
                                "color": "#FFFFFF"
                            }
                        },
                        "transparency": 100
                    }
                ]
            }
        }
    },
    "background": "#EBEAE8",
    "backgroundNeutral": "#CCCCCC"
}

 

 

Status: Needs Info

Hi @aspain 

I tried to restore the scenario you mentioned but failed, can you provide your sample for reference ?

 

Best Regards,
Community Support Team _ Ailsa Tao

Comments
v-yetao1-msft
Community Support
Status changed to: Needs Info

Hi @aspain 

I tried to restore the scenario you mentioned but failed, can you provide your sample for reference ?

 

Best Regards,
Community Support Team _ Ailsa Tao

aspain
Regular Visitor

Hi, Not sure how I can do this as I am unable to attach anything to my posts. Using the .json in my first post as a theme in a file replicates the problem for me every time.