Skip to content

Commit 35ce3b3

Browse files
fix: add link to searchable list #225 (#242)
* fix: add link to searchable list #225 * Update pug/page-contents/icons_content.html Co-authored-by: Daniel Ruf <[email protected]>
1 parent 55ccfa4 commit 35ce3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pug/page-contents/icons_content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="col s12 m8 offset-m1 xl7 offset-xl1">
44

55
<div id="usage" class="scrollspy">
6-
<p class="caption">We use Google Material Icons by Google. They provide a searchable list (which we do not include in the documentation here), which will also show you the relevant icon names for the CSS classes. You can download the icons directly from the <a href="https://google.github.io/material-design-icons/#icon-font-for-the-web">Material Design specs</a>.</p>
6+
<p class="caption">We use Google Material Icons by Google. They provide a <a href="https://jossef.github.io/material-design-icons-iconfont/">searchable list</a> (which we do not include in the documentation here), which will also show you the relevant icon names for the CSS classes. You can download the icons directly from the <a href="https://google.github.io/material-design-icons/#icon-font-for-the-web">Material Design specs</a>.</p>
77
<h3 class="header">Usage</h3>
88
<p>To be able to use these icons, you must include this line in the <code class="language-markup">&lt;head></code>portion of your HTML code</p>
99
<pre><code class="language-markup">

0 commit comments

Comments
 (0)