MattRudy / PowerBI-ThemeTemplates

JSON Templates for assembling Power BI Themes
The Unlicense
236 stars 84 forks source link

Segoe UI Bold font family does not work [Resolved] #57

Open jujiro opened 3 years ago

jujiro commented 3 years ago

I was trying to set the column headers in a table as Segoe UI Bold. Surprisingly, everything Segoe works, except for Segoe UI Bold. It turns out, if you want to set Segoe UI Bold, you have to use the font family as following:

"fontFamily": "wf_segoe-ui_bold"

MattRudy commented 3 years ago

Thanks for pointing that out @jujiro !

There are many occasions of unusual values being correct in themes - off the top of my head I'm thinking of display settings like thousands, of some numeric fields, and of fonts like this case.

I'm thinking of adding a 'reference values' page that lists the values to use and the type of fields to use them for - does this make sense, would you add this information somewhere else?

jujiro commented 3 years ago

@MattRudy Yeah reference values page makes a lot of sense. The anomaly font information can be included there.

shawnfactorial commented 3 years ago

Ugh, @jujiro, that is SO annoying. I hope Microsoft gives these themes a bit more love in a future release; they still feel so half-baked in so many ways.