1.0.5 • Published 9 years ago

gitbook-plugin-packt-fontsettings v1.0.5

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
9 years ago

packt-fontsettings

This plugin adds font settings in the GitBook reader.

Using this plugin

This can be enabled using a book.json configuration:

{
    plugins: ["packt-fontsettings"]
}

Configuration

This plugin can be configured in the book.json:

Default configuration is:

{
    "pluginsConfig": {
        "fontsettings": {
            "family": 'sans',// 'serif' or 'sans',
            "size": 2 // 1 - 4
        }
    }
}