diff options
Diffstat (limited to 'testing/web-platform/tests/fonts/ahem.css')
-rw-r--r-- | testing/web-platform/tests/fonts/ahem.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/web-platform/tests/fonts/ahem.css b/testing/web-platform/tests/fonts/ahem.css new file mode 100644 index 0000000000..02c1554537 --- /dev/null +++ b/testing/web-platform/tests/fonts/ahem.css @@ -0,0 +1,6 @@ +@font-face { + font-family: 'Ahem'; + src: local('Ahem'), + url('/fonts/Ahem.ttf'); +} + |