Created
May 17, 2024 12:54
-
-
Save ktskumar/e27f6fb26a1770772d03051f14a642e9 to your computer and use it in GitHub Desktop.
Power Automate Response: Get Custom Font Package by ID
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"d": { | |
"__metadata": { | |
"id": "https://<tenant>.sharepoint.com/sites/ktskumar/_api/FontPackages/GetById('ea101761-bc64-4f8e-96f5-163c605a6041')", | |
"uri": "https://<tenant>.sharepoint.com/sites/ktskumar/_api/FontPackages/GetById('ea101761-bc64-4f8e-96f5-163c605a6041')", | |
"type": "SP.FontPackage" | |
}, | |
"ID": "ea101761-bc64-4f8e-96f5-163c605a6041", | |
"IsHidden": false, | |
"IsValid": true, | |
"PackageJson": "{\"fontFaces\":[{\"fontFamily\":\"Poppins-824190367\",\"path\":\"Poppins-Regular.ttf\",\"fontType\":\"displayFont\"},{\"fontFamily\":\"Caveat-855457138\",\"path\":\"Caveat-VariableFont_wght.ttf\",\"fontType\":\"contentFont\"}],\"fontSlots\":{\"title\":{\"fontFamily\":\"Poppins-824190367\",\"fontFace\":\"Regular\"},\"heading\":{\"fontFamily\":\"Poppins-824190367\",\"fontFace\":\"Regular\"},\"body\":{\"fontFamily\":\"Caveat-855457138\",\"fontFace\":\"Bold\",\"fontVariationSettings\":{\"wght\":700}},\"label\":{\"fontFamily\":\"Poppins-824190367\",\"fontFace\":\"Regular\"}}}", | |
"Store": 0, | |
"Title": "Test Font Package" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment