Chromium Code Reviews| Index: third_party/WebKit/Source/platform/fonts/FontFamilyNames.json5 |
| diff --git a/third_party/WebKit/Source/platform/fonts/FontFamilyNames.json5 b/third_party/WebKit/Source/platform/fonts/FontFamilyNames.json5 |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..fd34749bdc4b548639b81a442f971334f0b56ef0 |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/platform/fonts/FontFamilyNames.json5 |
| @@ -0,0 +1,17 @@ |
| +{ |
| + metadata: { |
| + namespace: "FontFamily", |
| + export: "PLATFORM_EXPORT", |
| + }, |
| + |
| + data: [ |
| + "-webkit-cursive", |
| + "-webkit-fantasy", |
| + "-webkit-monospace", |
| + "-webkit-sans-serif", |
| + "-webkit-serif", |
| + "-webkit-pictograph", |
| + "-webkit-standard", |
| + "system-ui", |
| + ], |
| +} |