Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Developer environment
Windows
What browser(s) / client(s) have you tested
Additional environment details
No response
Describe the bug / error
Hub site: brand center fonts apply to all elements on a hub site including hub and site navigation.
Associated sites: brand center font inheritance doesn't flow to navigation, being overriden by
Steps to reproduce
- Apply a font package to a hub site via Brand Center and check it's applying fonts to hub and main site navigation
- View another site associated with the hub - inline css will
- On associated sites
.siteNavLink-155 #SiteHorizontalNav { font-family: var(--fontFamilyBase); } overrides .ms-HorizontalNavItem-linkText { font-family: var(--fontFamilyCustomFont500, var(--fontFamilyBase)); } }
Expected behavior
Brand Center fonts to apply to navigation on both main hub and associated sites
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Developer environment
Windows
What browser(s) / client(s) have you tested
Additional environment details
No response
Describe the bug / error
Hub site: brand center fonts apply to all elements on a hub site including hub and site navigation.
Associated sites: brand center font inheritance doesn't flow to navigation, being overriden by
Steps to reproduce
.siteNavLink-155 #SiteHorizontalNav { font-family: var(--fontFamilyBase); }overrides.ms-HorizontalNavItem-linkText { font-family: var(--fontFamilyCustomFont500, var(--fontFamilyBase)); } }Expected behavior
Brand Center fonts to apply to navigation on both main hub and associated sites