webdevetc How to resolve CORS error when loading fonts from AWS S3 using @font-face
You can upload a specific web font to S3's static storage and load it using @font-face, like this:@font-face { font-family: 'myFont'; url('s3 storage url') }}When loading the font in a local web environment, it works fine without any issues. However, when loading it from S3, a CORS(Cross-Origin...
Last Modified : 2023-02-24 14:10:00
Created : 2023-02-24 20:02:00