Skip to content

Commit

Permalink
Dist dir
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjpg committed Nov 8, 2017
1 parent 15701fb commit 9d9beb9
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.DS_Store
.idea/
node_modules/
dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
Expand Down
Binary file added dist/fonts/icomoon.eot
Binary file not shown.
24 changes: 24 additions & 0 deletions dist/fonts/icomoon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/fonts/icomoon.ttf
Binary file not shown.
Binary file added dist/fonts/icomoon.woff
Binary file not shown.
68 changes: 68 additions & 0 deletions dist/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?c179r2');
src: url('fonts/icomoon.eot?c179r2#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?c179r2') format('truetype'),
url('fonts/icomoon.woff?c179r2') format('woff'),
url('fonts/icomoon.svg?c179r2#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-ico-house:before {
content: "\e90a";
}
.icon-ico-condo:before {
content: "\e908";
}
.icon-ico-farmRanch:before {
content: "\e909";
}
.icon-ico-land:before {
content: "\e90b";
}
.icon-ico-multiFamily:before {
content: "\e90c";
}
.icon-ico-townhouse:before {
content: "\e90d";
}
.icon-ico-check:before {
content: "\e900";
}
.icon-ico-chevron-left:before {
content: "\e901";
}
.icon-ico-chevron-right:before {
content: "\e902";
}
.icon-ico-fav:before {
content: "\e903";
}
.icon-ico-faved:before {
content: "\e904";
}
.icon-ico-order:before {
content: "\e905";
}
.icon-ico-sort-down:before {
content: "\e906";
}
.icon-ico-unfav:before {
content: "\e907";
}

0 comments on commit 9d9beb9

Please sign in to comment.