-
Notifications
You must be signed in to change notification settings - Fork 3
Serve font icons locally
Iliana Nikolova edited this page Oct 2, 2023
·
1 revision
To visualize the newly generated font icon locally, follow these steps:
- In the
docs/index.html
file comment the link to the latest official kendo-font-icons version and uncomment the local one:<!--<link rel="stylesheet" href="https://unpkg.com/@progress/kendo-font-icons/dist/index.css" />--> <link rel="stylesheet" href="../packages//font-icons/dist/index.css" />
- In the
docs/index.html
file comment the fetching of the latest officialicons.json
and uncomment the local one:// fetch('https://unpkg.com/@progress/kendo-font-icons/dist/icons.json') fetch('../src/telerik-icons/icons.json')
- Run
npm run serve
and follow the served url.