addFonts([
{
fontFamily: "Coconat",
url: await FileAttachment("Coconat-BoldExt.otf").url(),
style: "normal",
weight: "bold",
stretch: "expanded"
},
{
fontFamily: "Coconat",
url: await FileAttachment("Coconat-Regular.otf").url(),
style: "normal",
weight: "normal",
stretch: "normal"
}
])