Skip to content

Commit

Permalink
#29 small fixes
Browse files Browse the repository at this point in the history
- refactored fonts.
- fixed many small bugs.
  • Loading branch information
itayw committed Jun 2, 2015
1 parent ba5f1fe commit ecf82e6
Show file tree
Hide file tree
Showing 18 changed files with 247 additions and 210 deletions.
18 changes: 9 additions & 9 deletions build/release/joola.css
Original file line number Diff line number Diff line change
Expand Up @@ -1057,9 +1057,9 @@
.icon-download:before { content: '\e804'; } /* '' */
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?62438657');
src: url('../font/fontello.eot?62438657#iefix') format('embedded-opentype'),
url('../font/fontello.svg?62438657#fontello') format('svg');
src: url('./font/fontello.eot?62438657');
src: url('./font/fontello.eot?62438657#iefix') format('embedded-opentype'),
url('./font/fontello.svg?62438657#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down Expand Up @@ -1139,11 +1139,11 @@
.icon-download { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?367386');
src: url('../font/fontello.eot?367386#iefix') format('embedded-opentype'),
url('../font/fontello.woff?367386') format('woff'),
url('../font/fontello.ttf?367386') format('truetype'),
url('../font/fontello.svg?367386#fontello') format('svg');
src: url('./font/fontello.eot?367386');
src: url('./font/fontello.eot?367386#iefix') format('embedded-opentype'),
url('./font/fontello.woff?367386') format('woff'),
url('./font/fontello.ttf?367386') format('truetype'),
url('./font/fontello.svg?367386#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
Expand All @@ -1153,7 +1153,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?367386#fontello') format('svg');
src: url('./font/fontello.svg?367386#fontello') format('svg');
}
}
*/
Expand Down
Loading

0 comments on commit ecf82e6

Please sign in to comment.