New social link to reference the owner's website
This commit is contained in:
parent
5d94c7963f
commit
894a693a65
10 changed files with 67 additions and 53 deletions
|
@ -1,11 +1,11 @@
|
|||
@font-face {
|
||||
font-family: 'fonticons';
|
||||
src: url('../font/fonticons.eot?27716456');
|
||||
src: url('../font/fonticons.eot?27716456#iefix') format('embedded-opentype'),
|
||||
url('../font/fonticons.woff2?27716456') format('woff2'),
|
||||
url('../font/fonticons.woff?27716456') format('woff'),
|
||||
url('../font/fonticons.ttf?27716456') format('truetype'),
|
||||
url('../font/fonticons.svg?27716456#fonticons') format('svg');
|
||||
src: url('../font/fonticons.eot?63556011');
|
||||
src: url('../font/fonticons.eot?63556011#iefix') format('embedded-opentype'),
|
||||
url('../font/fonticons.woff2?63556011') format('woff2'),
|
||||
url('../font/fonticons.woff?63556011') format('woff'),
|
||||
url('../font/fonticons.ttf?63556011') format('truetype'),
|
||||
url('../font/fonticons.svg?63556011#fonticons') 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: 'fonticons';
|
||||
src: url('../font/fonticons.svg?27716456#fonticons') format('svg');
|
||||
src: url('../font/fonticons.svg?63556011#fonticons') format('svg');
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
@ -102,6 +102,7 @@
|
|||
.icon-reply:before { content: '\e82c'; } /* '' */
|
||||
.icon-help:before { content: '\e82d'; } /* '' */
|
||||
.icon-pdf:before { content: '\e82e'; } /* '' */
|
||||
.icon-www:before { content: '\e82f'; } /* '' */
|
||||
.icon-ticket:before { content: '\e830'; } /* '' */
|
||||
.icon-print:before { content: '\e831'; } /* '' */
|
||||
.icon-project:before { content: '\e832'; } /* '' */
|
||||
|
|
Reference in a new issue