Skip to content

Commit e3c5fd3

Browse files
committed
Add CORS headers for font files
1 parent 9605b60 commit e3c5fd3

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

www/staticwebapp.config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"globalHeaders": {
3+
"Access-Control-Allow-Origin": "*"
4+
},
5+
"mimeTypes": {
6+
".woff": "font/woff",
7+
".woff2": "font/woff2"
8+
}
9+
}

0 commit comments

Comments
 (0)