From 4ce65d59ca91871cfd126497158200a818720bce Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 13:30:08 +0200 Subject: Adding upstream version 0.13.1. Signed-off-by: Daniel Baumann --- asset/static/font/icinga-icons/style.css | 62 ++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 asset/static/font/icinga-icons/style.css (limited to 'asset/static/font/icinga-icons/style.css') diff --git a/asset/static/font/icinga-icons/style.css b/asset/static/font/icinga-icons/style.css new file mode 100644 index 0000000..dde73b4 --- /dev/null +++ b/asset/static/font/icinga-icons/style.css @@ -0,0 +1,62 @@ +@font-face { + font-family: 'Icinga-Icons'; + src: + url('fonts/Icinga-Icons.ttf?xnw9vw') format('truetype'), + url('fonts/Icinga-Icons.woff?xnw9vw') format('woff'), + url('fonts/Icinga-Icons.svg?xnw9vw#Icinga-Icons') format('svg'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +[class^="iicon-"], [class*=" iicon-"] { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'Icinga-Icons' !important; + speak: never; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.iicon-certificate:before { + content: "\e906"; +} +.iicon-filter-check-circle:before { + content: "\e90b"; +} +.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-list-view-minimal:before { + content: "\e900"; +} +.iicon-list-view-detailed:before { + content: "\e901"; +} +.iicon-list-view-default:before { + content: "\e902"; +} +.iicon-grid:before { + content: "\e903"; +} +.iicon-bracket-open:before { + content: "\e904"; +} +.iicon-bracket-close:before { + content: "\e905"; +} -- cgit v1.2.3