2021-07-25 07:32:41 +02:00

10 lines
228 B
Plaintext

/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype');
font-weight: normal;
font-style: normal;
}