mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
bufferapp integration
This commit is contained in:
22
src/main/webapp/vendor/zocial/zocial.css
vendored
22
src/main/webapp/vendor/zocial/zocial.css
vendored
@@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user