Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/font-src/fonts.css |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/font-src/fonts.css b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/font-src/fonts.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..30dd02cdb73d6da3e3c796d0b28535d788b8b6fc |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/font-src/fonts.css |
| @@ -0,0 +1,8 @@ |
| +@font-face { |
| + font-family: 'Halflings'; |
| + src: url('/tools/runner/fonts/glyphicons-halflings-regular.woff') format('woff'); |
| +} |
| + |
| +body { |
| + font-family: 'Halflings', Fallback, sans-serif; |
| +} |