https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35642 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 160251 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=160251&action=edit Bug 35642: Upgrade Font Face Observer library from v2.0.3 to v2.3.0 This patch upgrades the Font Face Observer library from v2.0.3 to the latest release, v2.3.0. The file is moved to its own directory for consistency's sake. To test, apply the patch and clear your browser cache. - Load any page in the OPAC. - The custom font we supply for the OPAC (Noto Sans) should load correctly. - If you want to see more about the functionality of the library, use your browser's developer tools to simulate a slow connection. - The page should load with a default sans-serif font first, and then the downloaded font will be applied. Note: If you throttle your connection speed *too* much, the loading of the custom font will time out and you'll only see the default sans-serif font. -- You are receiving this mail because: You are watching all bug changes.