icon json sharepoint gallery
1 TopicIcon changes font in SP Gallery formatting
Hi All, I'm new to json and am trying to use icons in my titles. When I use an icon, it changes the font to Times New Roman. If I force Arial or other, the icon shows an error. Is there a way to isolate the Icon from the title text so I can change its color and retain the font of the title. "children": [ { "elmType": "a", "attributes": { "class": "ms-fontColor-yellow sp-card-label" }, "txtContent": "[!Title.DisplayName]" }, { "elmType": "p", "txtContent": "[$Title]", "attributes": { "iconName": "lightbulb", "class": "ms-fontColor-neutralPrimary sp-card-content sp-card-highlightedContent", "role": "heading", "aria-level": "3" } } ] Results in:Solved2KViews0likes1Comment