diff --git a/docs/layouts/icons/single.html b/docs/layouts/icons/single.html index dbc515f922..80c3488dcb 100644 --- a/docs/layouts/icons/single.html +++ b/docs/layouts/icons/single.html @@ -143,10 +143,12 @@

Icon font

{{ $iconCSSDefSnippet := printf `--bi-%s: "\%s";` .File.TranslationBaseName $hexCodepoint -}} {{- highlight $iconCSSDefSnippet "css" "" }} -

- - Tip: Use on :root to make available on the whole page. -

+

+ + + Tip: Use on :root to make available on the whole page. + +

Then apply like:

@@ -166,7 +168,6 @@

Icon font

{{- highlight $iconCSSExampleSnippet "css" "" }} -

Copy HTML

Paste the SVG right into your project's code.