diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/sass/application.scss | 2 | ||||
-rw-r--r-- | client/src/sass/include/_fonts.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 0029c22ef..40a9ed231 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -1,4 +1,4 @@ | |||
1 | $icon-font-path: '../../node_modules/@neos21/bootstrap3-glyphicons/assets/fonts/'; | 1 | $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; |
2 | @import '_bootstrap'; | 2 | @import '_bootstrap'; |
3 | 3 | ||
4 | @import '_variables'; | 4 | @import '_variables'; |
diff --git a/client/src/sass/include/_fonts.scss b/client/src/sass/include/_fonts.scss index 61717e6f5..d4694a747 100644 --- a/client/src/sass/include/_fonts.scss +++ b/client/src/sass/include/_fonts.scss | |||
@@ -1,4 +1,4 @@ | |||
1 | $FontPathSourceSansPro: '../../node_modules/npm-font-source-sans-pro/fonts'; | 1 | $FontPathSourceSansPro: '~npm-font-source-sans-pro/fonts'; |
2 | 2 | ||
3 | @font-face { | 3 | @font-face { |
4 | font-family: 'Source Sans Pro'; | 4 | font-family: 'Source Sans Pro'; |