Telerik icon font style setup

2 Answers 8 Views
Button
Bob
Top achievements
Rank 1
Iron
Iron
Iron
Bob asked on 24 Jun 2025, 02:53 PM

Hi,

I'm following this link below to set up icons. What is @progress in the link?

https://www.telerik.com/kendo-jquery-ui/documentation/styles-and-layout/sass-themes/font-icons#basic-usage 

 

<link rel="stylesheet" href="https://unpkg.com/@progress/kendo-font-icons/dist/index.css" />

 

Thanks,

Bob

2 Answers, 1 is accepted

Sort by
0
Ivaylo
Telerik team
answered on 27 Jun 2025, 11:57 AM

Hi Bob,

Thank you for the details provided.

The @progress tag functions as a wildcard that automatically resolves to the latest available version of the product package. This ensures that the most recent features, updates, and fixes are always included during installation or build processes.

I hope this information was helpful

Regards,
Ivaylo
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

0
Bob
Top achievements
Rank 1
Iron
Iron
Iron
answered on 27 Jun 2025, 04:24 PM

That helped!

Actually I have asp.net core mvc project and tried to find a way to include that reference and because of the @ sign, asp.net core mvc showed the red line at "@progress". What I fixed was using @Html.Raw(). 


@Html.Raw(@"<link rel=""stylesheet"" href=""https://unpkg.com/@progress/kendo-font-icons/dist/index.css"" />")

 

Thanks,

Bob D

Tags
Button
Asked by
Bob
Top achievements
Rank 1
Iron
Iron
Iron
Answers by
Ivaylo
Telerik team
Bob
Top achievements
Rank 1
Iron
Iron
Iron
Share this question
or