diff --git a/pillar/web/static/assets/font/config.json b/pillar/web/static/assets/font/config.json index 4a56670d..86912c6f 100644 --- a/pillar/web/static/assets/font/config.json +++ b/pillar/web/static/assets/font/config.json @@ -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", diff --git a/pillar/web/static/assets/font/pillar-font.woff b/pillar/web/static/assets/font/pillar-font.woff index e0aee502..b67a1ee0 100644 Binary files a/pillar/web/static/assets/font/pillar-font.woff and b/pillar/web/static/assets/font/pillar-font.woff differ diff --git a/pillar/web/static/assets/font/pillar-font.woff2 b/pillar/web/static/assets/font/pillar-font.woff2 index 42c6b64b..8d75b134 100644 Binary files a/pillar/web/static/assets/font/pillar-font.woff2 and b/pillar/web/static/assets/font/pillar-font.woff2 differ diff --git a/src/styles/font-pillar.sass b/src/styles/font-pillar.sass index 3078b5ca..11618aac 100644 --- a/src/styles/font-pillar.sass +++ b/src/styles/font-pillar.sass @@ -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'