diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:30:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:30:21 +0000 |
commit | 8442dc94b1e5f57cd1558dbc9a27ad82066a8cfc (patch) | |
tree | 33b468a7f90c26b19c889cf755ee60d23a585627 /asset | |
parent | Adding upstream version 0.13.1. (diff) | |
download | icinga-php-library-8442dc94b1e5f57cd1558dbc9a27ad82066a8cfc.tar.xz icinga-php-library-8442dc94b1e5f57cd1558dbc9a27ad82066a8cfc.zip |
Adding upstream version 0.13.2.upstream/0.13.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'asset')
-rw-r--r-- | asset/css/fontawesome.css | 17 | ||||
-rw-r--r-- | asset/css/icons-base.less | 8 | ||||
-rw-r--r-- | asset/css/mixin/mixins.less | 4 | ||||
-rw-r--r-- | asset/static/font/awesome/fa-brands-400.ttf | bin | 189684 -> 209128 bytes | |||
-rw-r--r-- | asset/static/font/awesome/fa-brands-400.woff2 | bin | 109816 -> 117860 bytes | |||
-rw-r--r-- | asset/static/font/awesome/fa-regular-400.ttf | bin | 63348 -> 67860 bytes | |||
-rw-r--r-- | asset/static/font/awesome/fa-regular-400.woff2 | bin | 24468 -> 25392 bytes | |||
-rw-r--r-- | asset/static/font/awesome/fa-solid-900.ttf | bin | 394668 -> 420332 bytes | |||
-rw-r--r-- | asset/static/font/awesome/fa-solid-900.woff2 | bin | 150024 -> 156404 bytes | |||
-rw-r--r-- | asset/static/font/awesome/fa-v4compatibility.ttf | bin | 10172 -> 10832 bytes | |||
-rw-r--r-- | asset/static/font/awesome/fa-v4compatibility.woff2 | bin | 4568 -> 4792 bytes | |||
-rw-r--r-- | asset/static/font/icinga-icons/Read Me.txt | 7 |
12 files changed, 27 insertions, 9 deletions
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 Binary files differindex f10a07d..8c8a402 100644 --- a/asset/static/font/awesome/fa-brands-400.ttf +++ b/asset/static/font/awesome/fa-brands-400.ttf diff --git a/asset/static/font/awesome/fa-brands-400.woff2 b/asset/static/font/awesome/fa-brands-400.woff2 Binary files differindex 15086bb..64bf1ea 100644 --- a/asset/static/font/awesome/fa-brands-400.woff2 +++ b/asset/static/font/awesome/fa-brands-400.woff2 diff --git a/asset/static/font/awesome/fa-regular-400.ttf b/asset/static/font/awesome/fa-regular-400.ttf Binary files differindex 6a4c99f..3d041f4 100644 --- a/asset/static/font/awesome/fa-regular-400.ttf +++ b/asset/static/font/awesome/fa-regular-400.ttf diff --git a/asset/static/font/awesome/fa-regular-400.woff2 b/asset/static/font/awesome/fa-regular-400.woff2 Binary files differindex ccfb785..ed14925 100644 --- a/asset/static/font/awesome/fa-regular-400.woff2 +++ b/asset/static/font/awesome/fa-regular-400.woff2 diff --git a/asset/static/font/awesome/fa-solid-900.ttf b/asset/static/font/awesome/fa-solid-900.ttf Binary files differindex 175b96f..19a4d2b 100644 --- a/asset/static/font/awesome/fa-solid-900.ttf +++ b/asset/static/font/awesome/fa-solid-900.ttf diff --git a/asset/static/font/awesome/fa-solid-900.woff2 b/asset/static/font/awesome/fa-solid-900.woff2 Binary files differindex 034deca..1acf070 100644 --- a/asset/static/font/awesome/fa-solid-900.woff2 +++ b/asset/static/font/awesome/fa-solid-900.woff2 diff --git a/asset/static/font/awesome/fa-v4compatibility.ttf b/asset/static/font/awesome/fa-v4compatibility.ttf Binary files differindex fdcc621..0b7ac89 100644 --- a/asset/static/font/awesome/fa-v4compatibility.ttf +++ b/asset/static/font/awesome/fa-v4compatibility.ttf diff --git a/asset/static/font/awesome/fa-v4compatibility.woff2 b/asset/static/font/awesome/fa-v4compatibility.woff2 Binary files differindex 2e22c38..e7a9381 100644 --- a/asset/static/font/awesome/fa-v4compatibility.woff2 +++ b/asset/static/font/awesome/fa-v4compatibility.woff2 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. |