Clipboard icons on pillar-font
This commit is contained in:
@@ -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'
|
||||
|
||||
|
Reference in New Issue
Block a user