Page 1 of 1

how to load cached font file?

Posted: Wed Sep 16, 2026 6:53 am
by robops
Hello,
I have a question about load font.For now,I'm using addFontFile with font file path.Although I have cached the font file in serviceworker,however,it request the online resources every time.
This is triggered by stimulsoft.
Image

This is triggered by browser.This is what i expected.
Image

Thank you .