Skip to content

Commit

Permalink
Add icinga-icons src (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
flourish86 authored Aug 11, 2023
1 parent e9a69b7 commit 0051e6b
Show file tree
Hide file tree
Showing 22 changed files with 445 additions and 7 deletions.
36 changes: 30 additions & 6 deletions asset/css/icinga-icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,42 @@
-moz-osx-font-smoothing: grayscale;
}

.iicon-minimal:before {
content: "\e900";
.iicon-certificate:before {
content: "\e906";
}
.iicon-detailed:before {
content: "\e901";
.iicon-filter-check-circle:before {
content: "\e90b";
}
.iicon-default:before {
content: "\e902";
.iicon-ca-check-circle:before {
content: "\e908";
}
.iicon-refresh-cert:before {
content: "\e909";
}
.iicon-th-list:before {
content: "\e90a";
}
.iicon-icinga:before {
content: "\e907";
}
.iicon-minimal:before,
.iicon-list-view-minimal:before {
content: "\e900";
}
.iicon-detailed:before,
.iicon-list-view-detailed:before {
content: "\e901";
}
.iicon-default:before,
.iicon-list-view-default:before {
content: "\e902";
}
.iicon-grid:before {
content: "\e903";
}
.iicon-bracket-open:before {
content: "\e904";
}
.iicon-bracket-close:before {
content: "\e905";
}
1 change: 0 additions & 1 deletion asset/static/font/Icinga-Icons.svg

This file was deleted.

Binary file removed asset/static/font/Icinga-Icons.ttf
Binary file not shown.
Binary file removed asset/static/font/Icinga-Icons.woff
Binary file not shown.
7 changes: 7 additions & 0 deletions asset/static/font/icinga-icons/Read Me.txt
Original file line number Diff line number Diff line change
@@ -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.
Loading

0 comments on commit 0051e6b

Please sign in to comment.