diff --git a/pillar/web/static/assets/font/config.json b/pillar/web/static/assets/font/config.json index 53446a81..e7685c25 100644 --- a/pillar/web/static/assets/font/config.json +++ b/pillar/web/static/assets/font/config.json @@ -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", diff --git a/pillar/web/static/assets/font/pillar-font.woff b/pillar/web/static/assets/font/pillar-font.woff index af47613a..367e03a4 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 4bf16b9b..608ab12a 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 87cc4906..d8fc29f2 100644 --- a/src/styles/font-pillar.sass +++ b/src/styles/font-pillar.sass @@ -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'