diff options
author | hellekin <hellekin@cepheide.org> | 2021-01-22 22:13:24 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2021-01-22 22:13:24 +0100 |
commit | 607902a3247314905d4176af47aac09cafb46635 (patch) | |
tree | b22c7e061c3cf4124c2d8ecd528343756d79c6c9 /app | |
parent | 844c8fb8067f5ee817a847b91461093cf6b46455 (diff) | |
download | incommon-map-607902a3247314905d4176af47aac09cafb46635.tar.gz |
Try loading fonts from webpack
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/application/_fonts.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/application/_fonts.scss b/app/assets/stylesheets/application/_fonts.scss index 2d3565c..d8e827d 100644 --- a/app/assets/stylesheets/application/_fonts.scss +++ b/app/assets/stylesheets/application/_fonts.scss @@ -1,5 +1,5 @@ /* Override ForkAwesome font path to match Webpack's */ -@fa-font-path: '../media/fonts'; +$fa-font-path: '../packs/media/fonts'; /* Align font icon with the marker's head */ .extra-marker-svg i.fa { |