Pillar-font: added pi-link and pi-unlink
This commit is contained in:
parent
d67f65019e
commit
7ac9203753
@ -984,6 +984,18 @@
|
|||||||
"logo_flamenco"
|
"logo_flamenco"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"uid": "1dcd2b2148b7f086a4eb47f6a746bdee",
|
||||||
|
"css": "unlink",
|
||||||
|
"code": 61735,
|
||||||
|
"src": "fontawesome"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"uid": "0ddd3e8201ccc7d41f7b7c9d27eca6c1",
|
||||||
|
"css": "link",
|
||||||
|
"code": 59504,
|
||||||
|
"src": "fontawesome"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"uid": "03e6e1bfe72275c6eaa0d0898fde6c1d",
|
"uid": "03e6e1bfe72275c6eaa0d0898fde6c1d",
|
||||||
"css": "chatbubble-working",
|
"css": "chatbubble-working",
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -1,20 +1,10 @@
|
|||||||
@font-face
|
@font-face
|
||||||
font-family: 'pillar-font'
|
font-family: 'pillar-font'
|
||||||
src: url('../font/pillar-font.woff2?2276157') format('woff2')
|
src: url('../font/pillar-font.woff2?85547657') format('woff2')
|
||||||
src: url('../font/pillar-font.woff?2276157') format('woff')
|
src: url('../font/pillar-font.woff?85547657') format('woff')
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
font-style: 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
|
[class^="pi-"]:before, [class*=" pi-"]:before
|
||||||
font-family: "pillar-font"
|
font-family: "pillar-font"
|
||||||
font-style: normal
|
font-style: normal
|
||||||
@ -602,6 +592,11 @@
|
|||||||
|
|
||||||
/* ''
|
/* ''
|
||||||
|
|
||||||
|
.pi-link:before
|
||||||
|
content: '\e870'
|
||||||
|
|
||||||
|
/* ''
|
||||||
|
|
||||||
.pi-pause:before
|
.pi-pause:before
|
||||||
content: '\f00e'
|
content: '\f00e'
|
||||||
|
|
||||||
@ -627,6 +622,11 @@
|
|||||||
|
|
||||||
/* ''
|
/* ''
|
||||||
|
|
||||||
|
.pi-unlink:before
|
||||||
|
content: '\f127'
|
||||||
|
|
||||||
|
/* ''
|
||||||
|
|
||||||
.pi-newspaper:before
|
.pi-newspaper:before
|
||||||
content: '\f1ea'
|
content: '\f1ea'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user