Skip to content

Commit

Permalink
Revert "use / for font url to fix production-bundle issues"
Browse files Browse the repository at this point in the history
This reverts commit 0228cd7.

Fixes #162
Ref: #168
  • Loading branch information
erral authored and thet committed Oct 21, 2021
1 parent 0250dfb commit 9bc2a08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions news/168.bugfix
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]
2 changes: 1 addition & 1 deletion src/plone/staticresources/static/plone-fontello.less
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");
2 changes: 1 addition & 1 deletion src/plone/staticresources/static/plone-glyphicons.less
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/";

0 comments on commit 9bc2a08

Please sign in to comment.