Shemesh / angular-popout-window

Angular Popout Child Window
MIT License
11 stars 6 forks source link

Fix/#18 firefox font face bug #19

Open luii opened 1 year ago

luii commented 1 year ago

Wrapped the font cloning into a try catch block to gracefully and silently fail with a warning. Like the Issue of the w3c tracker explained, every browser seems to do this differently and there is currently no good fix for this other that wrapping it in a try/catch block

Version was bumped to 4.0.1 accordingly and new docs/demo were generated.

Fixes #18