Streamlining invoices
This commit is contained in:
30
resources/public/finance-font/style.css
Executable file → Normal file
30
resources/public/finance-font/style.css
Executable file → Normal file
@@ -1,10 +1,10 @@
|
||||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src: url('fonts/icomoon.eot?oso6hx');
|
||||
src: url('fonts/icomoon.eot?oso6hx#iefix') format('embedded-opentype'),
|
||||
url('fonts/icomoon.ttf?oso6hx') format('truetype'),
|
||||
url('fonts/icomoon.woff?oso6hx') format('woff'),
|
||||
url('fonts/icomoon.svg?oso6hx#icomoon') format('svg');
|
||||
src: url('fonts/icomoon.eot?1kg0kr');
|
||||
src: url('fonts/icomoon.eot?1kg0kr#iefix') format('embedded-opentype'),
|
||||
url('fonts/icomoon.ttf?1kg0kr') format('truetype'),
|
||||
url('fonts/icomoon.woff?1kg0kr') format('woff'),
|
||||
url('fonts/icomoon.svg?1kg0kr#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
@@ -13,7 +13,7 @@
|
||||
[class^="icon-"], [class*=" icon-"] {
|
||||
/* use !important to prevent issues with browser extensions that change fonts */
|
||||
font-family: 'icomoon' !important;
|
||||
speak: none;
|
||||
speak: never;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
@@ -25,6 +25,24 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-navigation-menu-1:before {
|
||||
content: "\e917";
|
||||
}
|
||||
.icon-navigation-menu-horizontal-1:before {
|
||||
content: "\e918";
|
||||
}
|
||||
.icon-navigation-menu-horizontal-2:before {
|
||||
content: "\e919";
|
||||
}
|
||||
.icon-navigation-menu-horizontal:before {
|
||||
content: "\e91a";
|
||||
}
|
||||
.icon-navigation-menu-vertical:before {
|
||||
content: "\e931";
|
||||
}
|
||||
.icon-navigation-menu:before {
|
||||
content: "\e932";
|
||||
}
|
||||
.icon-subtract:before {
|
||||
content: "\e906";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user