Browse Source

Added Twitch

pull/95/head
Daniel Liljeberg 8 years ago
parent
commit
dd104fbc90
7 changed files with 505 additions and 496 deletions
  1. +6
    -2
      .fontcustom-manifest.json
  2. +3
    -1
      css/zocial.css
  3. BIN
      css/zocial.eot
  4. +495
    -493
      css/zocial.svg
  5. BIN
      css/zocial.ttf
  6. BIN
      css/zocial.woff
  7. +1
    -0
      templates/zocial.css

+ 6
- 2
.fontcustom-manifest.json View File

@@ -1,7 +1,7 @@
{
"checksum": {
"previous": "868b9c44bc50c2256706d1736fbe5439c60c91f594930e18d5ddebeb3f27d5a7",
"current": "868b9c44bc50c2256706d1736fbe5439c60c91f594930e18d5ddebeb3f27d5a7"
"previous": "4a8381366308927397118a9bad71269bb86caa60b9d2e8431cf98fd7b6043f30",
"current": "4a8381366308927397118a9bad71269bb86caa60b9d2e8431cf98fd7b6043f30"
},
"fonts": [
"./css/zocial.ttf",
@@ -362,6 +362,10 @@
"codepoint": 61782,
"source": "./src/tumblr.svg"
},
"twitch": {
"codepoint": 61798,
"source": "./src/twitch.svg"
},
"twitter": {
"codepoint": 61783,
"source": "./src/twitter.svg"


+ 3
- 1
css/zocial.css
File diff suppressed because it is too large
View File


BIN
css/zocial.eot View File


+ 495
- 493
css/zocial.svg
File diff suppressed because it is too large
View File


BIN
css/zocial.ttf View File


BIN
css/zocial.woff View File


+ 1
- 0
templates/zocial.css View File

@@ -353,6 +353,7 @@ a.zocial {
.zocial.stumbleupon {background-color: #eb4924;}
.zocial.tumblr {background-color: #374a61;}
.zocial.twitter {background-color: #46c0fb;}
.zocial.twitch {background-color: #6441A5;}
.zocial.viadeo {background-color: #fff; color: #000;}
.zocial.vimeo {background-color: #00a2cd;}
.zocial.vk {background-color: #45688E;}


Loading…
Cancel
Save