Open yywf77 opened 3 weeks ago
Is the font dynamic or static? If statically known, you can try preloading it with injectFont.preload()
outside of Angular components (or in main
). Like:
injectFont.preload(() => '/path/to/font')
@Component()
export class MyCmp {}
Hi nartc! I found that local loading is normal when using 3DText today, but it takes about 3 minutes for remote loading to appear after the project is published. Is there any way to improve the speed of remote loading