This article will go over how to change the font for a site in ODW products and services.
To change the site font the data is pulled from a .json object in the tenant wide extensions list. The title of the extension is FontFamily.
The object looks like below:
{"FontFamilyFileURLttf":"True type font location" ,"FontFamilyFileURLwoff":"Web Open font format font location","FontFamilyName":"Font name"}The elements within the .json object are as follows:
| FontFamilyFileURLttf | True type font location |
| FontFamilyFileURLwoff | Web Open font format font location |
| FontFamilyName | Font name |
Comments
0 comments
Please sign in to leave a comment.