Clipboard icons on pillar-font
This commit is contained in:
parent
407aefb9ad
commit
7931428312
@ -938,6 +938,18 @@
|
||||
"code": 59502,
|
||||
"src": "fontawesome"
|
||||
},
|
||||
{
|
||||
"uid": "c8585e1e5b0467f28b70bce765d5840c",
|
||||
"css": "clipboard-copy",
|
||||
"code": 61637,
|
||||
"src": "fontawesome"
|
||||
},
|
||||
{
|
||||
"uid": "b429436ec5a518c78479d44ef18dbd60",
|
||||
"css": "clipboard-paste",
|
||||
"code": 61674,
|
||||
"src": "fontawesome"
|
||||
},
|
||||
{
|
||||
"uid": "03e6e1bfe72275c6eaa0d0898fde6c1d",
|
||||
"css": "chatbubble-working",
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1,18 +1,17 @@
|
||||
@font-face
|
||||
font-family: 'pillar-font'
|
||||
src: url('../font/pillar-font.woff2?89968091') format('woff2')
|
||||
src: url('../font/pillar-font.woff?89968091') format('woff')
|
||||
src: url('../font/pillar-font.woff2?54193983') format('woff2')
|
||||
src: url('../font/pillar-font.woff?54193983') 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?89968090#pillar-font') format('svg');
|
||||
* src: url('../font/pillar-font.svg?54193983#pillar-font') format('svg');
|
||||
* }
|
||||
*}
|
||||
|
||||
@ -608,6 +607,16 @@
|
||||
|
||||
/* ''
|
||||
|
||||
.pi-clipboard-copy:before
|
||||
content: '\f0c5'
|
||||
|
||||
/* ''
|
||||
|
||||
.pi-clipboard-paste:before
|
||||
content: '\f0ea'
|
||||
|
||||
/* ''
|
||||
|
||||
.pi-newspaper:before
|
||||
content: '\f1ea'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user