7 lines
142 B
CSS
7 lines
142 B
CSS
@font-face {
|
|
font-family: "fontsmith-icons";
|
|
src: url("/fonts/icons.woff") format("woff");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|