mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
fonts: Add support for WOFF2 and properly load web fonts from @imports (#31879)
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.
This commit is contained in:
parent
b55d0a2053
commit
8dece05980
100 changed files with 196 additions and 218 deletions
2
tests/wpt/meta/css/css-text/shaping/shaping-012.html.ini
Normal file
2
tests/wpt/meta/css/css-text/shaping/shaping-012.html.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[shaping-012.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-text/shaping/shaping-013.html.ini
Normal file
2
tests/wpt/meta/css/css-text/shaping/shaping-013.html.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[shaping-013.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue