diff options
Diffstat (limited to 'cds-ui/designer-client/src/assets/icomoon/style.css')
-rwxr-xr-x | cds-ui/designer-client/src/assets/icomoon/style.css | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/cds-ui/designer-client/src/assets/icomoon/style.css b/cds-ui/designer-client/src/assets/icomoon/style.css index 945d9d380..5b11e4c76 100755 --- a/cds-ui/designer-client/src/assets/icomoon/style.css +++ b/cds-ui/designer-client/src/assets/icomoon/style.css @@ -1,10 +1,10 @@ @font-face { font-family: 'icomoon'; - src: url('fonts/icomoon.eot?rdm62r'); - src: url('fonts/icomoon.eot?rdm62r#iefix') format('embedded-opentype'), - url('fonts/icomoon.ttf?rdm62r') format('truetype'), - url('fonts/icomoon.woff?rdm62r') format('woff'), - url('fonts/icomoon.svg?rdm62r#icomoon') format('svg'); + src: url('fonts/icomoon.eot?mwwfrv'); + src: url('fonts/icomoon.eot?mwwfrv#iefix') format('embedded-opentype'), + url('fonts/icomoon.ttf?mwwfrv') format('truetype'), + url('fonts/icomoon.woff?mwwfrv') format('woff'), + url('fonts/icomoon.svg?mwwfrv#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; @@ -35,6 +35,9 @@ -moz-osx-font-smoothing: grayscale; } +.icon-rectangle:before { + content: "\e906"; +} .icon-file:before { content: "\e905"; color: #1b3e6f; |