mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 01:56:55 +00:00
4.75.7
* Changed: Added a Hype Train icon to the icon font. * Changed: The exact loaded version of every add-on is now tracked and logged.
This commit is contained in:
parent
a5ba29a153
commit
6f8c20640f
15 changed files with 58 additions and 18 deletions
|
@ -81,6 +81,7 @@
|
|||
.ffz-i-discord:before { content: '\e84f'; } /* '' */
|
||||
.ffz-i-bluesky:before { content: '\e850'; } /* '' */
|
||||
.ffz-i-bits:before { content: '\e851'; } /* '' */
|
||||
.ffz-i-hype-train:before { content: '\e852'; } /* '' */
|
||||
.ffz-i-move:before { content: '\f047'; } /* '' */
|
||||
.ffz-i-link-ext:before { content: '\f08e'; } /* '' */
|
||||
.ffz-i-twitter:before { content: '\f099'; } /* '' */
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -81,6 +81,7 @@
|
|||
.ffz-i-discord { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.ffz-i-bluesky { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.ffz-i-bits { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.ffz-i-hype-train { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.ffz-i-move { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.ffz-i-link-ext { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.ffz-i-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
|
|
|
@ -92,6 +92,7 @@
|
|||
.ffz-i-discord { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.ffz-i-bluesky { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.ffz-i-bits { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.ffz-i-hype-train { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.ffz-i-move { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.ffz-i-link-ext { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.ffz-i-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
@font-face {
|
||||
font-family: 'ffz-fontello';
|
||||
src: url('../font/ffz-fontello.eot?28778935');
|
||||
src: url('../font/ffz-fontello.eot?28778935#iefix') format('embedded-opentype'),
|
||||
url('../font/ffz-fontello.woff2?28778935') format('woff2'),
|
||||
url('../font/ffz-fontello.woff?28778935') format('woff'),
|
||||
url('../font/ffz-fontello.ttf?28778935') format('truetype'),
|
||||
url('../font/ffz-fontello.svg?28778935#ffz-fontello') format('svg');
|
||||
src: url('../font/ffz-fontello.eot?76975824');
|
||||
src: url('../font/ffz-fontello.eot?76975824#iefix') format('embedded-opentype'),
|
||||
url('../font/ffz-fontello.woff2?76975824') format('woff2'),
|
||||
url('../font/ffz-fontello.woff?76975824') format('woff'),
|
||||
url('../font/ffz-fontello.ttf?76975824') format('truetype'),
|
||||
url('../font/ffz-fontello.svg?76975824#ffz-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: 'ffz-fontello';
|
||||
src: url('../font/ffz-fontello.svg?28778935#ffz-fontello') format('svg');
|
||||
src: url('../font/ffz-fontello.svg?76975824#ffz-fontello') format('svg');
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
@ -136,6 +136,7 @@
|
|||
.ffz-i-discord:before { content: '\e84f'; } /* '' */
|
||||
.ffz-i-bluesky:before { content: '\e850'; } /* '' */
|
||||
.ffz-i-bits:before { content: '\e851'; } /* '' */
|
||||
.ffz-i-hype-train:before { content: '\e852'; } /* '' */
|
||||
.ffz-i-move:before { content: '\f047'; } /* '' */
|
||||
.ffz-i-link-ext:before { content: '\f08e'; } /* '' */
|
||||
.ffz-i-twitter:before { content: '\f099'; } /* '' */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue