1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-25 15:31:41 +02:00

#4167 - Fixes social pages icons

Removed Google+, fixed Github (updated icon), added Steam and Twitch.
Added config.json to use for fontello.com (to pre-load selected icons)
This commit is contained in:
Moc
2020-05-22 10:41:00 +02:00
parent 613666ce12
commit bd08264a39
7 changed files with 318 additions and 21 deletions

View File

@@ -1,11 +1,11 @@
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?25587411');
src: url('../font/fontello.eot?25587411#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?25587411') format('woff2'),
url('../font/fontello.woff?25587411') format('woff'),
url('../font/fontello.ttf?25587411') format('truetype'),
url('../font/fontello.svg?25587411#fontello') format('svg');
src: url('../font/fontello.eot?21917124');
src: url('../font/fontello.eot?21917124#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?21917124') format('woff2'),
url('../font/fontello.woff?21917124') format('woff'),
url('../font/fontello.ttf?21917124') format('truetype'),
url('../font/fontello.svg?21917124#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?25587411#fontello') format('svg');
src: url('../font/fontello.svg?21917124#fontello') format('svg');
}
}
*/
@@ -56,7 +56,6 @@
}
.e-social-gplus:before { content: '\e800'; } /* '' */
.e-social-google-plus:before { content: '\e800'; } /* '' */
.e-social-stumbleupon:before { content: '\e801'; } /* '' */
.e-social-pinterest:before { content: '\e802'; } /* '' */
.e-social-digg:before { content: '\e803'; } /* '' */
@@ -72,7 +71,6 @@
.e-social-email:before { content: '\e80d'; } /* '' */
.e-social-dropbox:before { content: '\e80e'; } /* '' */
.e-social-facebook:before { content: '\e80f'; } /* '' */
.e-social-github-circled:before { content: '\e810'; } /* '' */
.e-social-tumblr:before { content: '\e811'; } /* '' */
.e-social-yelp:before { content: '\e812'; } /* '' */
.e-social-delicious:before { content: '\e813'; } /* '' */
@@ -100,4 +98,7 @@
.e-social-vk:before { content: '\e829'; } /* '' */
.e-social-vine:before { content: '\e82a'; } /* '' */
.e-social-meetup:before { content: '\e82b'; } /* '' */
.e-social-youtube-play:before { content: '\e82c'; } /* '' */
.e-social-youtube-play:before { content: '\e82c'; } /* '' */
.e-social-github:before { content: '\f09b'; } /* '' */
.e-social-steam:before { content: '\f1b6'; } /* '' */
.e-social-twitch:before { content: '\f1e8'; } /* '' */