Skip to content

Commit

Permalink
Merge pull request #12 from Automattic/add/base64
Browse files Browse the repository at this point in the history
Add base64 for crossdomain workaround
  • Loading branch information
enejb committed Jan 15, 2016
2 parents 6d12a38 + 826bdb0 commit 525bcb5
Show file tree
Hide file tree
Showing 23 changed files with 9,065 additions and 8,566 deletions.
9 changes: 5 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,14 @@ module.exports = function(grunt) {
dest: 'icon-font'
},
options: {
'font': 'social-logo',
'font': 'social-logos',
'types': 'eot,woff2,woff,ttf,svg',
'order': 'eot,woff,ttf,svg',
'embed': true,
templateOptions: {
baseClass: 'social-logo-icon',
classPrefix: 'social-logo-icon__',
mixinPrefix: 'social-logo-icon-'
baseClass: 'social-logo',
classPrefix: 'social-logo__',
mixinPrefix: 'social-logo-'
},
codepoints: {
'logo-amazon': 0xF600,
Expand Down
231 changes: 0 additions & 231 deletions icon-font/social-logo.css

This file was deleted.

Binary file removed icon-font/social-logo.eot
Binary file not shown.
Loading

0 comments on commit 525bcb5

Please sign in to comment.