Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

all Icons not work in vs2022 asp.net core


<link href="~/assets/css/plugins.bundle.css" rel="stylesheet" type="text/css" />

<i class="ki-duotone ki-category">
<span class="path1"></span>
<span class="path2"></span>
<span class="path3"></span>
<span class="path4"></span>
</i>
not work with icons it's got an empty square


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (5)


Hi,

Thank you for reaching out to us.

We didn't manage to reproduce this error in the latest Metronic version.

Could you please specify which Metronic version you are using?

Did you make any changes to our codebase?

Also if there are any steps on how we can reproduce this issue please let us know.

Regards,
Lauris Stepanovs,
Keenthemes Support Team



Thanks I found the solution, i should import font folder with plugin style.css



Hi,

Glad to hear that. Please let us know if you have more questions on this topic or anything else.

Regards,
Lauris Stepanovs,
Keenthemes Support Team



hi abdo! i have the seem bug; please can you show me where i have to import font folder?



sure , please import
<link href="~/assets/css/plugins.bundle.css" rel="stylesheet" type="text/css" /> first then import
<link href="~/assets/css/style.bundle.css" rel="stylesheet" type="text/css" /> after plugins.bundle.css in your layout page or main page, whatever language architecture you are using.


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(