office-ui-fabric-react: How to change a theme's default font to be smaller -


the default font bit large target application.

i saw loadtheme change primary theme color, there way change default font size across components?

ifontstyles has variety of sizes specified, there way set font size fabric react components "small" (fontsizes.small)?

i have tried set css font-size smaller directly in outer containers , inside fabric component, components still seem render around 14px (ms-font-size-m) once rendering goes inside fabric component.

the theme code confusing me looks fabric-react uses combination of fabric-core scss, fabric-react scss , glamor (runtime js->css) generate stylesheets needed , return classnames react code classname property. there not appear use of inline styles.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -