mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:50:24 +08:00
Fixed fontawesome relative path
If install flarum in the site's root directory, it seems nothing is wrong because the server software will trim the path, but if install flarum in a sub directory, the font file of fontawesome will not load correctly.
This commit is contained in:
parent
c0407ab016
commit
1ced0456ca
@ -1,5 +1,5 @@
|
||||
@import "font-awesome.less";
|
||||
@fa-font-path: "../../assets/fonts";
|
||||
@fa-font-path: "../assets/fonts";
|
||||
|
||||
@import "normalize.less";
|
||||
@import "print.less";
|
||||
|
Loading…
x
Reference in New Issue
Block a user