blob: b237f109d6e9fac17ae086407db1c8cd34c53f11 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
@font-face {
font-family: 'Custom Icons';
font-style: normal;
font-weight: 400;
src: url('icons.woff') format('woff2');
}
.custom-icons {
font-family: 'Custom Icons' !important;
}
|