Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save expiscornovus/d0b4c1e25f5e1df87a255c7a733b8bf1 to your computer and use it in GitHub Desktop.
Save expiscornovus/d0b4c1e25f5e1df87a255c7a733b8bf1 to your computer and use it in GitHub Desktop.
Response Get Out of Box Font Package by Id
{
"d": {
"__metadata": {
"id": "https://contoso.sharepoint.com/sites/PowerUsers/_api/OutOfBoxFontPackages/GetById('1ade2d81-8f4f-4c78-b14e-d1e10e88919e')",
"uri": "https://contoso.sharepoint.com/sites/PowerUsers/_api/OutOfBoxFontPackages/GetById('1ade2d81-8f4f-4c78-b14e-d1e10e88919e')",
"type": "SP.FontPackage"
},
"ID": "1ade2d81-8f4f-4c78-b14e-d1e10e88919e",
"IsHidden": false,
"IsValid": true,
"PackageJson": "{\r\n \"fontFaces\": [\r\n {\r\n \"fontFamily\": \"Walbaum Display Semibold\",\r\n \"fontType\": null,\r\n \"path\": \"odsp-media/fonts/fontpackages/walbaumdisp-sb-rg.woff2\",\r\n \"remappedPaths\": null\r\n },\r\n {\r\n \"fontFamily\": \"Trade Gothic Next LT Pro Regular\",\r\n \"fontType\": null,\r\n \"path\": \"odsp-media/fonts/fontpackages/tradegothicnext-lt.woff2\",\r\n \"remappedPaths\": null\r\n }\r\n ],\r\n \"fontSlots\": {\r\n \"title\": {\r\n \"fontFamily\": \"Walbaum Display Semibold\",\r\n \"fontFace\": null,\r\n \"fontVariationSettings\": null\r\n },\r\n \"heading\": {\r\n \"fontFamily\": \"Walbaum Display Semibold\",\r\n \"fontFace\": null,\r\n \"fontVariationSettings\": null\r\n },\r\n \"body\": {\r\n \"fontFamily\": \"Trade Gothic Next LT Pro Regular\",\r\n \"fontFace\": null,\r\n \"fontVariationSettings\": null\r\n },\r\n \"label\": {\r\n \"fontFamily\": \"Trade Gothic Next LT Pro Regular\",\r\n \"fontFace\": null,\r\n \"fontVariationSettings\": null\r\n }\r\n },\r\n \"source\": null\r\n}",
"Store": 1,
"Title": "Walbaum-Trade Gothic Next"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment