mirror of
https://github.com/flarum/framework.git
synced 2025-06-03 06:13:07 +08:00
Fix FontAwesome path
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
// We want to specify the @fa-font-path variable AFTER we import font awesome
|
||||
// so that it overrides the default definition.
|
||||
@import "@{lib-path}/font-awesome/font-awesome.less";
|
||||
@fa-font-path: "/flarum/fonts";
|
||||
@fa-font-path: "/assets/fonts";
|
||||
|
||||
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700,300);
|
||||
|
||||
|
Reference in New Issue
Block a user