Skip to content

Commit

Permalink
fix: move fonts back to app folder
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Aug 7, 2020
1 parent 1619660 commit 32aa0a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
7 changes: 5 additions & 2 deletions app/assets/stylesheets/_ionicons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@
*/
@font-face {
font-family: "Ionicons";
src: url("/assets/fonts/ionicons.eot?v=2.0.0");
src: url("/assets/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("/assets/fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("/assets/fonts/ionicons.woff?v=2.0.1") format("woff"), url("/assets/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
src: url("../fonts/ionicons.eot?v=2.0.0");
src: url("../fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),
url("../fonts/ionicons.ttf?v=2.0.1") format("truetype"),
url("../fonts/ionicons.woff?v=2.0.1") format("woff"),
url("../fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit 32aa0a6

Please sign in to comment.