We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b054a commit ef20ad0Copy full SHA for ef20ad0
src/content/components/icon.mdx
@@ -18,6 +18,11 @@ import Imports from "@components/examples/icon/Imports.astro";
18
```html
19
<!--
20
Download codicons from https://github.com/microsoft/vscode-codicons
21
+
22
+ Note the required `id` on the link element!
23
+ To use web fonts in web components, the component needs to include
24
+ the font stylesheet in addition to the page. This id serves as a lookup so
25
+ the icon component can automatically create and insert it's own link tag.
26
-->
27
<link
28
rel="stylesheet"
0 commit comments