-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "use / for font url to fix production-bundle issues"
- Loading branch information
Showing
3 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Fix problem with fontello resources. | ||
Fixes #162 reverting commit 8ede7fae8c5f9987843f339d093a75e0d438609b | ||
Ref: #168 | ||
Ref: #171 | ||
[erral] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
@fontsPrefix: '/++plone++static/fonts/'; | ||
@fontsPrefix: '++plone++static/fonts/'; | ||
@import url("fonts/plone-fontello.less"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import "@{bowerPath}/bootstrap3/less/variables.less"; // Modify this for custom colors, font-sizes, etc | ||
@import "@{bowerPath}/bootstrap3/less/glyphicons.less"; | ||
// this override only works because of modifyVarsNoEmbed is used in generated Gruntfile.js | ||
@icon-font-path: "/++plone++static/fonts/"; | ||
@icon-font-path: "++plone++static/fonts/"; |