-
-
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
6 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,4 @@ | ||
Fix problem with fontello resources. | ||
Fixes #162 reverting commit 0228cd7 | ||
Ref: #168 | ||
[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}/bootstrap/less/variables.less"; // Modify this for custom colors, font-sizes, etc | ||
@import "@{bowerPath}/bootstrap/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/"; |