From 3094c54084a305de471e7a530468a5a3b3b34dc7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 13:30:22 +0200 Subject: Merging upstream version 0.13.2. Signed-off-by: Daniel Baumann --- asset/css/fontawesome.css | 17 ++++++++++------- asset/css/icons-base.less | 8 ++++++-- asset/css/mixin/mixins.less | 4 ++++ asset/static/font/awesome/fa-brands-400.ttf | Bin 189684 -> 209128 bytes asset/static/font/awesome/fa-brands-400.woff2 | Bin 109816 -> 117860 bytes asset/static/font/awesome/fa-regular-400.ttf | Bin 63348 -> 67860 bytes asset/static/font/awesome/fa-regular-400.woff2 | Bin 24468 -> 25392 bytes asset/static/font/awesome/fa-solid-900.ttf | Bin 394668 -> 420332 bytes asset/static/font/awesome/fa-solid-900.woff2 | Bin 150024 -> 156404 bytes asset/static/font/awesome/fa-v4compatibility.ttf | Bin 10172 -> 10832 bytes asset/static/font/awesome/fa-v4compatibility.woff2 | Bin 4568 -> 4792 bytes asset/static/font/icinga-icons/Read Me.txt | 7 +++++++ 12 files changed, 27 insertions(+), 9 deletions(-) create mode 100644 asset/static/font/icinga-icons/Read Me.txt (limited to 'asset') diff --git a/asset/css/fontawesome.css b/asset/css/fontawesome.css index b35a770..ca00c63 100644 --- a/asset/css/fontawesome.css +++ b/asset/css/fontawesome.css @@ -1,7 +1,7 @@ /*! - * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com + * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. + * Copyright 2024 Fonticons, Inc. */ .fa { font-family: var(--fa-style-family, "Font Awesome 6 Free"); @@ -463,8 +463,8 @@ transform: scale(-1, -1); } .fa-rotate-by { - -webkit-transform: rotate(var(--fa-rotate-angle, none)); - transform: rotate(var(--fa-rotate-angle, none)); } + -webkit-transform: rotate(var(--fa-rotate-angle, 0)); + transform: rotate(var(--fa-rotate-angle, 0)); } .fa-stack { display: inline-block; @@ -2768,6 +2768,9 @@ readers do not read off random characters that represent icons */ .fa-italic::before { content: "\f033"; } +.fa-table-cells-column-lock::before { + content: "\e678"; } + .fa-church::before { content: "\f51d"; } @@ -4940,6 +4943,9 @@ readers do not read off random characters that represent icons */ .fa-font::before { content: "\f031"; } +.fa-table-cells-row-lock::before { + content: "\e67a"; } + .fa-rupiah-sign::before { content: "\e23d"; } @@ -5969,9 +5975,6 @@ readers do not read off random characters that represent icons */ .fa-share::before { content: "\f064"; } -.fa-arrow-turn-right::before { - content: "\f064"; } - .fa-mail-forward::before { content: "\f064"; } diff --git a/asset/css/icons-base.less b/asset/css/icons-base.less index 301c505..1d8e871 100644 --- a/asset/css/icons-base.less +++ b/asset/css/icons-base.less @@ -1,8 +1,12 @@ i.icon { vertical-align: middle; // Firefox will place icons weird otherwise + display: inline-block; - &:before { - display: inline-block; + font-style: normal; + line-height: 1; + + &::before { + display: block; min-width: 1em; margin-right: .2em; diff --git a/asset/css/mixin/mixins.less b/asset/css/mixin/mixins.less index ca30dd0..58b9567 100644 --- a/asset/css/mixin/mixins.less +++ b/asset/css/mixin/mixins.less @@ -35,3 +35,7 @@ overflow: hidden; text-overflow: ellipsis; } + +.monospace-font() { + font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; +} diff --git a/asset/static/font/awesome/fa-brands-400.ttf b/asset/static/font/awesome/fa-brands-400.ttf index f10a07d..8c8a402 100644 Binary files a/asset/static/font/awesome/fa-brands-400.ttf and b/asset/static/font/awesome/fa-brands-400.ttf differ diff --git a/asset/static/font/awesome/fa-brands-400.woff2 b/asset/static/font/awesome/fa-brands-400.woff2 index 15086bb..64bf1ea 100644 Binary files a/asset/static/font/awesome/fa-brands-400.woff2 and b/asset/static/font/awesome/fa-brands-400.woff2 differ diff --git a/asset/static/font/awesome/fa-regular-400.ttf b/asset/static/font/awesome/fa-regular-400.ttf index 6a4c99f..3d041f4 100644 Binary files a/asset/static/font/awesome/fa-regular-400.ttf and b/asset/static/font/awesome/fa-regular-400.ttf differ diff --git a/asset/static/font/awesome/fa-regular-400.woff2 b/asset/static/font/awesome/fa-regular-400.woff2 index ccfb785..ed14925 100644 Binary files a/asset/static/font/awesome/fa-regular-400.woff2 and b/asset/static/font/awesome/fa-regular-400.woff2 differ diff --git a/asset/static/font/awesome/fa-solid-900.ttf b/asset/static/font/awesome/fa-solid-900.ttf index 175b96f..19a4d2b 100644 Binary files a/asset/static/font/awesome/fa-solid-900.ttf and b/asset/static/font/awesome/fa-solid-900.ttf differ diff --git a/asset/static/font/awesome/fa-solid-900.woff2 b/asset/static/font/awesome/fa-solid-900.woff2 index 034deca..1acf070 100644 Binary files a/asset/static/font/awesome/fa-solid-900.woff2 and b/asset/static/font/awesome/fa-solid-900.woff2 differ diff --git a/asset/static/font/awesome/fa-v4compatibility.ttf b/asset/static/font/awesome/fa-v4compatibility.ttf index fdcc621..0b7ac89 100644 Binary files a/asset/static/font/awesome/fa-v4compatibility.ttf and b/asset/static/font/awesome/fa-v4compatibility.ttf differ diff --git a/asset/static/font/awesome/fa-v4compatibility.woff2 b/asset/static/font/awesome/fa-v4compatibility.woff2 index 2e22c38..e7a9381 100644 Binary files a/asset/static/font/awesome/fa-v4compatibility.woff2 and b/asset/static/font/awesome/fa-v4compatibility.woff2 differ diff --git a/asset/static/font/icinga-icons/Read Me.txt b/asset/static/font/icinga-icons/Read Me.txt new file mode 100644 index 0000000..8491652 --- /dev/null +++ b/asset/static/font/icinga-icons/Read Me.txt @@ -0,0 +1,7 @@ +Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures. + +To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts + +You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects. + +You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection. -- cgit v1.2.3