flagrow / fonts
Easily add fonts to your Flarum
Installs: 1 767
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 3
Type:flarum-extension
Requires
- flarum/core: ^0.1.0-beta.8
- guzzlehttp/guzzle: ^6.2
This package is auto-updated.
Last update: 2021-05-11 07:13:09 UTC
README
Easily add Google Fonts to your Flarum install.
Note: To work around an issue with Flarum, we disable horizontal scrolling of editor controls on mobile. This could make it impossible to access some buttons while on a narrow screen.
Install
Use Bazaar or install manually:
composer require flagrow/fonts
Usage
Before you start using the extension, create a Google Fonts API Key and save it in the extension settings (you should automatically get a prompt after enabling the extension).
Go to the Admin panel > Fonts to enable fonts.
Use them in your posts with the [font]
BBCode. For example:
[font=Fresca]Hello World[/font]
Don't forget: adding many fonts will increase your website size and load time. Keep them to a minimum.
Support our work
We prefer to keep our work available to everyone. In order to do so we rely on voluntary contributions on Patreon.
Security
If you discover a security vulnerability within Fonts, please send an email to the Gravure team at security@gravure.io. All security vulnerabilities will be promptly addressed.
Please include as many details as possible. You can use php flarum info
to get the PHP, Flarum and extension versions installed.