Skip to content

Commit e15d856

Browse files
westleyMSVesaJuvonen
authored andcommitted
Update color-palettes-and-fonts-in-sharepoint.md (SharePoint#3734)
Added note that explains that the path to web fonts needs to be a full path, and the SmallImgFile and LargeImgFile attributes must be present but may be left empty.
1 parent 1c28906 commit e15d856

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/general-development/color-palettes-and-fonts-in-sharepoint.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,9 @@ In this example of using a web font, the following placeholders would be replace
378378

379379
- _SmallImgFile_ is the relative URL to the small thumbnail image that you want to use in the font scheme picker.
380380

381-
381+
> [!NOTE]
382+
> The paths to the files have to be the full URL (i.e. https://tenant.sharepoint.com/sites/sitename/_catalogs/theme/15/fontfile.wof)
383+
> The LargeImgFile and SmallImgFile attributes have to be present in the Latin tag even if given empty values.
382384
383385
### Font slots
384386
<a name="fontSlot"> </a>

0 commit comments

Comments
 (0)