Skip to content

Commit

Permalink
fix(fonts): fix fonts paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Oct 29, 2017
1 parent e6915b2 commit 5055d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/styles/ionicons/_ionicons-variables.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Ionicons Variables
// --------------------------

$ionicons-font-path: "../assets/public/fonts" !default;
$ionicons-font-path: "/fonts" !default;
$ionicons-font-family: "Ionicons" !default;
$ionicons-version: "2.0.0" !default;
$ionicons-prefix: ion- !default;
Expand Down

0 comments on commit 5055d90

Please sign in to comment.