diff --git a/doc/index.md b/doc/index.md index a4799e1..5ccc68f 100755 --- a/doc/index.md +++ b/doc/index.md @@ -34,6 +34,7 @@ This plugin defines a global `Fonts` object, which provides access to the fonts - Android - Amazon Fire OS (untested / just using Android code) +- Firefox OS - iOS # Fonts @@ -50,6 +51,10 @@ Currently this plugin only provides a single method, **getFontList**. - **successCallback**: Callback that returns the list of fonts as an array of string values. - **errorCallback: Callback that executes if an error occurs while retrieving the list of fonts on the local device. + +** Firefox OS quirks ** + +Firefox OS does not provide an API to access the fonts on the device. The Fonts plugin currently returns a list corresponding to the fonts.mk file found in the mozilla-b2g project (https://github.com/mozilla-b2g/moztt/blob/master/fonts.mk), but it is a hard-coded list and not guaranteed to be correct on any particular version or distro of Firefox OS. ### Example diff --git a/plugin.xml b/plugin.xml index 8addaa3..42f309f 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,6 +1,6 @@ @@ -49,5 +49,5 @@ - +