mirror of
https://github.com/coreui/coreui-icons.git
synced 2025-08-12 03:33:59 +02:00
fix: change font family
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
@font-face {
|
||||
font-family: 'CoreUI-Icons-Linear-Free';
|
||||
font-family: 'CoreUI-Icons-Free';
|
||||
src: url('#{$coreui-icons-font-path}/CoreUI-Icons-Free.eot?64h6xh');
|
||||
src: url('#{$coreui-icons-font-path}/CoreUI-Icons-Free.eot?64h6xh#iefix') format('embedded-opentype'),
|
||||
url('#{$coreui-icons-font-path}/CoreUI-Icons-Free.ttf?64h6xh') format('truetype'),
|
||||
url('#{$coreui-icons-font-path}/CoreUI-Icons-Free.woff?64h6xh') format('woff'),
|
||||
url('#{$coreui-icons-font-path}/CoreUI-Icons-Linear-Free.svg?64h6xh#CoreUI-Icons-Linear') format('svg');
|
||||
url('#{$coreui-icons-font-path}/CoreUI-Icons-Free.svg?64h6xh#CoreUI-Icons-Free') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
[class^="#{$coreui-icons-prefix}"], [class*=" #{$coreui-icons-prefix}"] {
|
||||
/* use !important to prevent issues with browser extensions that change fonts */
|
||||
font-family: 'CoreUI-Icons-Linear-Free' !important;
|
||||
font-family: 'CoreUI-Icons-Free' !important;
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
|
Reference in New Issue
Block a user