1
0
mirror of https://github.com/coreui/coreui-icons.git synced 2025-08-14 04:34:00 +02:00

refactor: change font name

This commit is contained in:
mrholek
2019-11-10 15:49:26 +01:00
parent ecf009a7f4
commit 07b8a06b28

View File

@@ -1,10 +1,10 @@
@font-face {
font-family: 'CoreUI-Icons-Linear-Free';
src: url('#{$coreui-icons-font-path}/CoreUI-Icons-Linear-Free.eot?64h6xh');
src: url('#{$coreui-icons-font-path}/CoreUI-Icons-Linear-Free.eot?64h6xh#iefix') format('embedded-opentype'),
url('#{$coreui-icons-font-path}/CoreUI-Icons-Linear-Free.ttf?64h6xh') format('truetype'),
url('#{$coreui-icons-font-path}/CoreUI-Icons-Linear-Free.woff?64h6xh') format('woff'),
url('#{$coreui-icons-font-path}/CoreUI-Icons-Linear-Free.svg?64h6xh#CoreUI-Icons-Linear') format('svg');
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-Free.svg?64h6xh#CoreUI-Icons-Linear') format('svg');
font-weight: normal;
font-style: normal;
}