Skip to content

Commit

Permalink
Fix broken icon font URL
Browse files Browse the repository at this point in the history
  • Loading branch information
grinich committed Oct 22, 2018
1 parent e439521 commit fb74dbc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion themes/basic/elements/icon.variables
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Icon Variables
--------------------*/

@fontPath : "../../themes/basic/assets/fonts";
@fontPath : "../../basic/assets/fonts";

@src:
url("@{fontPath}/@{fontName}.eot?#iefix") format('embedded-opentype'),
Expand Down
2 changes: 1 addition & 1 deletion themes/default/globals/site.variables
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@

/* For source only. Modified in gulp for dist */
@imagePath : '../../themes/default/assets/images';
@fontPath : '../../themes/default/assets/fonts';
@fontPath : '../../default/assets/fonts';

/*-------------------
Em Sizes
Expand Down
2 changes: 1 addition & 1 deletion themes/flat/globals/site.variables
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
--------------------*/

@imagePath : "../../themes/default/assets/images";
@fontPath : "../../themes/default/assets/fonts";
@fontPath : "../../default/assets/fonts";

/*-------------------
Fonts
Expand Down
2 changes: 1 addition & 1 deletion themes/github/elements/icon.variables
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@fontPath: '../../themes/github/assets/fonts';
@fontPath: '../../github/assets/fonts';
@fontName: 'octicons';
@fallbackSRC: '';

Expand Down
2 changes: 1 addition & 1 deletion themes/material/elements/icon.variables
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@fontPath : '../../themes/material/assets/fonts';
@fontPath : '../../material/assets/fonts';

@width: 1em;
@height: 1em;
Expand Down
2 changes: 1 addition & 1 deletion themes/material/globals/site.variables
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
--------------------*/

@imagePath : '../../themes/material/assets/images';
@fontPath : '../../themes/material/assets/fonts';
@fontPath : '../../material/assets/fonts';

/*--------------
Paragraphs
Expand Down

1 comment on commit fb74dbc

@reduxdj
Copy link

@reduxdj reduxdj commented on fb74dbc Mar 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is bug seems to be observed in 2.4.1. Getting this less project to theme is a total time suck, hours of lost time

Please sign in to comment.