bufferapp integration

This commit is contained in:
Athou
2013-05-15 22:39:02 +02:00
parent 121daacf94
commit 62eae4c630
3 changed files with 22 additions and 13 deletions

View File

@@ -12,15 +12,14 @@
/* Reference icons from font-files
** Base 64-encoded version recommended to resolve cross-site font-loading issues
*/
@font-face {
font-family: 'zocial';
src: url('zocial-regular-webfont.eot'),
url('zocial-regular-webfont.woff'),
url('zocial-regular-webfont.ttf') format('truetype'),
url('zocial-regular-webfont.svg#zocialregular') format('svg');
font-weight: normal;
font-style: normal;
font-family: 'zocial';
src: url('zocial-regular-webfont.eot'),
url('zocial-regular-webfont.woff'), url('zocial-regular-webfont.ttf')
format('truetype'), url('zocial-regular-webfont.svg#zocialregular')
format('svg');
font-weight: normal;
font-style: normal;
}
.icon-instapaper:before {
@@ -28,8 +27,15 @@
font-family: 'zocial';
content: "I";
}
.icon-pocket:before {
font-style: normal;
font-family: 'zocial';
content: "\00E7";
}
.icon-buffer:before {
font-style: normal;
font-family: 'zocial';
content: "\00E5";
}