revert font change

This commit is contained in:
taehoon 2019-05-19 14:34:51 -04:00
parent 1237d0d2b8
commit 81d1d30586
12 changed files with 18 additions and 34 deletions

View file

@ -42,5 +42,4 @@
.icon-play-circled:before { content: '\f144'; } /* '' */
.icon-thumbs-up-alt:before { content: '\f164'; } /* '' */
.icon-binoculars:before { content: '\f1e5'; } /* '' */
.icon-bell-off:before { content: '\f1f6'; } /* '' */
.icon-user-plus:before { content: '\f234'; } /* '' */

File diff suppressed because one or more lines are too long

View file

@ -42,5 +42,4 @@
.icon-play-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-thumbs-up-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-binoculars { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-bell-off { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-user-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }

View file

@ -53,5 +53,4 @@
.icon-play-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-thumbs-up-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-binoculars { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-bell-off { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-user-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }

View file

@ -1,11 +1,11 @@
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?83487122');
src: url('../font/fontello.eot?83487122#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?83487122') format('woff2'),
url('../font/fontello.woff?83487122') format('woff'),
url('../font/fontello.ttf?83487122') format('truetype'),
url('../font/fontello.svg?83487122#fontello') format('svg');
src: url('../font/fontello.eot?59217338');
src: url('../font/fontello.eot?59217338#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?59217338') format('woff2'),
url('../font/fontello.woff?59217338') format('woff'),
url('../font/fontello.ttf?59217338') format('truetype'),
url('../font/fontello.svg?59217338#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
@ -15,7 +15,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?83487122#fontello') format('svg');
src: url('../font/fontello.svg?59217338#fontello') format('svg');
}
}
*/
@ -98,5 +98,4 @@
.icon-play-circled:before { content: '\f144'; } /* '' */
.icon-thumbs-up-alt:before { content: '\f164'; } /* '' */
.icon-binoculars:before { content: '\f1e5'; } /* '' */
.icon-bell-off:before { content: '\f1f6'; } /* '' */
.icon-user-plus:before { content: '\f234'; } /* '' */