Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
fix icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
KieranHayes committed Jul 15, 2016
1 parent 2c98adf commit 895b64f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -4175,8 +4175,8 @@ table.hover tr:nth-of-type(even):hover {
*/
@font-face {
font-family: "foundation-icons";
src: url("/jekyllplayground/assets/fonts/foundation/foundation-icons.eot");
src: url("/jekyllplayground/assets/fonts/foundation/foundation-icons.eot?#iefix") format("embedded-opentype"), url("/jekyllplayground/assets/fonts/foundation/foundation-icons.woff") format("woff"), url("/jekyllplayground/assets/fonts/foundation/foundation-icons.ttf") format("truetype"), url("/jekyllplayground/assets/fonts/foundation/foundation-icons.svg#fontcustom") format("svg");
src: url("/assets/fonts/foundation/foundation-icons.eot");
src: url("/assets/fonts/foundation/foundation-icons.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/foundation/foundation-icons.woff") format("woff"), url("/assets/fonts/foundation/foundation-icons.ttf") format("truetype"), url("/assets/fonts/foundation/foundation-icons.svg#fontcustom") format("svg");
font-weight: normal;
font-style: normal; }

Expand Down
2 changes: 1 addition & 1 deletion foundation/scss/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ $topbar-title-spacing: 1rem;
$topbar-input-width: 200px;

// Foundation Icons Path
$fi-path: "/jekyllplayground/assets/fonts/foundation" !default;
$fi-path: "/assets/fonts/foundation" !default;

// Gradients
$g1: #bddb06; //#64b3f4
Expand Down

0 comments on commit 895b64f

Please sign in to comment.