aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/css/WOFF2
Commit message (Collapse)AuthorAgeFilesLines
* fonts: Add support for WOFF2 and properly load web fonts from @imports (#31879)Martin Robinson2024-03-2647-68/+26
| | | | | | | | | | | | This change also makes two fixes that are necessary to get WOFF2 fonts working: 1. It adds support for loading web fonts from stylesheets included via @import rules. 2. It ensure that when web fonts are loaded synchronusly they invalidate the font cache. This led to incorrect font rendering when running tests before. Fixes #31598.
* wpt: Start running the WOFF2 tests (#31595)Martin Robinson2024-03-0934-0/+68
This is the first step implementing WOFF2 font support in Servo.