vagran / dxf-viewer-example-src

Source for dxf-viewer-example GitHub pages repository
MIT License
47 stars 27 forks source link

Unsupported OpenType signature #10

Closed cmastelaro closed 2 years ago

cmastelaro commented 2 years ago

I don't know what i'm doing wrong !

I'm getting this error trying to render a dxf file.

Error: Unsupported OpenType signature <htm DxfViewerWorker.4542b64f.worker.js:7:647698
    _ProcessRequest https://dev.geoofficepro.com.br/js/DxfViewerWorker.4542b64f.worker.js:7
    r https://dev.geoofficepro.com.br/js/DxfViewerWorker.4542b64f.worker.js:16
    l https://dev.geoofficepro.com.br/js/DxfViewerWorker.4542b64f.worker.js:16

but, before this error above i've got

GET https://dev.geoofficepro.com.br/js/fonts/Roboto-LightItalic.2eeb30eb.ttf
[HTTP/1.1 404 Not Found 9ms]

i'm missing something that i can't figure out !

any help , any thoughts will be appreciate, thanks

arlebedev commented 2 years ago

Seems like you don't have font files available in your deployment.

cmastelaro commented 2 years ago

Yeah ! you are absolutely right !!

thanks again !! see ya