Pillar-font: added pi-link and pi-unlink

This commit is contained in:
Sybren A. Stüvel 2017-06-01 12:10:00 +02:00
parent d67f65019e
commit 7ac9203753
4 changed files with 24 additions and 12 deletions

View File

@ -984,6 +984,18 @@
"logo_flamenco"
]
},
{
"uid": "1dcd2b2148b7f086a4eb47f6a746bdee",
"css": "unlink",
"code": 61735,
"src": "fontawesome"
},
{
"uid": "0ddd3e8201ccc7d41f7b7c9d27eca6c1",
"css": "link",
"code": 59504,
"src": "fontawesome"
},
{
"uid": "03e6e1bfe72275c6eaa0d0898fde6c1d",
"css": "chatbubble-working",

View File

@ -1,20 +1,10 @@
@font-face
font-family: 'pillar-font'
src: url('../font/pillar-font.woff2?2276157') format('woff2')
src: url('../font/pillar-font.woff?2276157') format('woff')
src: url('../font/pillar-font.woff2?85547657') format('woff2')
src: url('../font/pillar-font.woff?85547657') format('woff')
font-weight: normal
font-style: normal
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it.
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be
/*
*@media screen and (-webkit-min-device-pixel-ratio:0) {
* @font-face {
* font-family: 'pillar-font';
* src: url('../font/pillar-font.svg?2276157#pillar-font') format('svg');
* }
*}
[class^="pi-"]:before, [class*=" pi-"]:before
font-family: "pillar-font"
font-style: normal
@ -602,6 +592,11 @@
/* ''
.pi-link:before
content: '\e870'
/* ''
.pi-pause:before
content: '\f00e'
@ -627,6 +622,11 @@
/* ''
.pi-unlink:before
content: '\f127'
/* ''
.pi-newspaper:before
content: '\f1ea'