You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by sc...@apache.org on 2019/06/06 03:06:42 UTC

[nifi-fds] 02/02: [NIFI-6291] Updating README about SCSS font files path configuration.

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 <ho...@gmail.com>
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 <sc...@gmail.com>
---
 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: