Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Created May 10, 2024 12:54
Show Gist options
  • Save expiscornovus/e1944a9fedb445f4c8ffc45a4163e2c8 to your computer and use it in GitHub Desktop.
Save expiscornovus/e1944a9fedb445f4c8ffc45a4163e2c8 to your computer and use it in GitHub Desktop.
Response Get Custom Font Package by Id
{
"d": {
"__metadata": {
"id": "https://contoso.sharepoint.com/sites/PowerUsers/_api/FontPackages/GetById('e4c6f8ec-b4e2-42ab-a394-9e9da415e288')",
"uri": "https://contoso.sharepoint.com/sites/PowerUsers/_api/FontPackages/GetById('e4c6f8ec-b4e2-42ab-a394-9e9da415e288')",
"type": "SP.FontPackage"
},
"ID": "e4c6f8ec-b4e2-42ab-a394-9e9da415e288",
"IsHidden": false,
"IsValid": true,
"PackageJson": "{\"fontFaces\":[{\"fontFamily\":\"Times New Roman-689869406\",\"path\":\"timesbi.ttf\",\"fontType\":\"contentFont\"},{\"fontFamily\":\"Times New Roman-683939801\",\"path\":\"timesbd.ttf\",\"fontType\":\"contentFont\"},{\"fontFamily\":\"Times New Roman-180200979\",\"path\":\"times.ttf\",\"fontType\":\"contentFont\"},{\"fontFamily\":\"Times New Roman-1719119324\",\"path\":\"timesi.ttf\",\"fontType\":\"contentFont\"}],\"fontSlots\":{\"title\":{\"fontFamily\":\"Times New Roman-689869406\",\"fontFace\":\"Bold Italic\"},\"heading\":{\"fontFamily\":\"Times New Roman-683939801\",\"fontFace\":\"Bold\"},\"body\":{\"fontFamily\":\"Times New Roman-180200979\",\"fontFace\":\"Regular\"},\"label\":{\"fontFamily\":\"Times New Roman-1719119324\",\"fontFace\":\"Italic\"}}}",
"Store": 0,
"Title": "Custom Times New Roman"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment