This is an automated email from the ASF dual-hosted git repository. scottyaslan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi-fds.git
commit 1fa23e663ee0362c6de584db4b3caf5e6e788b90 Author: RynoRn <[email protected]> AuthorDate: Mon May 27 11:49:14 2019 +0200 [NIFI-6291] Updating README about SCSS font files path configuration. This closes #22 Signed-off-by: Scott Aslan <[email protected]> --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6a8eef9..a83185b 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,13 @@ You don't have to use Sass to style the rest of your application but you will ne NOTE: The theme file may be concatenated and minified with the rest of the application's CSS. +#### Overriding font files path +Optionally you can override the font file paths if you want your font files to be served from a different location. + +```sass +$fdsFontPath: '/path/to/font/files'; +``` + #### Developing Developers can perform code changes and automatically build this project using **npm** and **webpack** from the root directory via:
