OfficeDev / Office-Addin-TaskPane-React

Template to get start started writing a TaskPane Office Add-in for the React framework using TypeScript
Other
59 stars 34 forks source link

Body doesn't have ms-Fabric style #23

Closed rob-deutsch closed 5 years ago

rob-deutsch commented 5 years ago

I loaded this addin to Excel, and I noticed that the style doesn't look right. In particular, the standard browser font is being used. I expected it to use Segoe UI Web.

I noticed that Office-Addin-TaskPane/src/taskpane/taskpane.html#L23 applies the ms-Fabric style to body which specifies the Segoe UI Web font family.

Does Office-Addin-TaskPane-React intentionally not use Segoe UI Web nor ms-Fabric?

akrantz commented 5 years ago

Thanks for raising this issue. If you can tell what changes are required, we welcome pull requests.