Index: chrome/common/extensions/api/experimental.fontSettings.json |
diff --git a/chrome/common/extensions/api/experimental.fonts.json b/chrome/common/extensions/api/experimental.fontSettings.json |
similarity index 96% |
rename from chrome/common/extensions/api/experimental.fonts.json |
rename to chrome/common/extensions/api/experimental.fontSettings.json |
index 98ce2eb0b0a4078139119c35dbe49fda6ee074f2..3ca10853b87c43ed212726d9d4ed0a7aa9e0b28d 100644 |
--- a/chrome/common/extensions/api/experimental.fonts.json |
+++ b/chrome/common/extensions/api/experimental.fontSettings.json |
@@ -76,13 +76,13 @@ |
"script": { |
"type": "string", |
"enum": ["Arab", "Hang", "Hans", "Hant", "Hrkt"], |
- "description": "The ISO 15924 script code for which the font setting should be retrieved. If omitted, the global script font setting is retrieved.", |
+ "description": "The ISO 15924 script code for which the font setting should be set. If omitted, the global script font setting is set.", |
"optional": true |
}, |
"genericFamily": { |
"type": "string", |
"enum": ["standard", "sansserif", "serif", "fixed", "cursive", "fantasy"], |
- "description": "The CSS generic font family for which the font setting should be retrieved." |
+ "description": "The CSS generic font family for which the font setting should be set." |
}, |
"fontName": { |
"type": "string", |