Forum Discussion

rufmau68's avatar
rufmau68
Icon for Helper III rankHelper III
2 years ago
Solved

Re: Custom font in Power BI

Hi everybody i have the same problem but dont works with double quote or other solutions, why ?

can anyone helps me, mi customized font that i wish to use in power bi is 

 

https://fonts.google.com/specimen/Titillium+Web?query=titilhttps://fonts.google.com/download/next-steps

 

 

  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi rufmau68 ,

    I tested this font and it works fine. You can try the variant of 'Titillium Web' to see if it works fine.

     

    Best Regards,
    Wenbin Zhou

11 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi rufmau68 ,

    Regarding your question, here are my test steps.

    1.Download the fonts you need.

    2.Copy the font to the following path and install it.

    3.Modify the default style and export the theme in Power BI Desktop.(The exported Json file will only show the modified values, not the default values.)

    All four options need to be modified.

    Replace with the font name you want

    4.Re-import the JSON file.

     

    For details, please refer to the following article.

    whatthefact.bi

     

    Best Regards,
    Wenbin Zhou
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

    • rufmau68's avatar
      rufmau68
      Icon for Helper III rankHelper III

      Thanks but i try it and dont works.

      my .json them contains 

       

      {
      "name": "Custom",
      "textClasses": {
      "label": {
      "fontFace": "Titillium Web"
      },
      "callout": {
      "fontFace": "Titillium Web"
      },
      "title": {
      "fontFace": "Titillium Web"
      },
      "header": {
      "fontFace": "Titillium Web"
      }
      }
      }

       

      but when i applies to mi pbi report , i show times new roman font although in theme and visual object properties i see my custom fontface ....

       

      • zedzen's avatar
        zedzen
        New Member

        try with

        "fontFace": "'Titillium Web'"

    • rufmau68's avatar
      rufmau68
      Icon for Helper III rankHelper III

      Hi Anonymous , yes i install it , but dont works, now i try to update my pbi desktop client to the last version and retry it...

       

      • Anonymous's avatar
        Anonymous
        Not applicable

        Hi rufmau68 ,

        I tested this font and it works fine. You can try the variant of 'Titillium Web' to see if it works fine.

         

        Best Regards,
        Wenbin Zhou