Alternative icon packs? #409
-
Is it possible to use other icon packs, such as Academicons? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
As a workaround, you can include the following in the yaml header: header-includes: |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css"> Or save the stylesheet line to a include-in-header:
- path/to/academicons.html |
Beta Was this translation helpful? Give feedback.
-
Using icons that are not contained in the Bootstrap icon set is possible with extensions. For example, there is an extension for Academicons, but this only works if you want to insert icons in your |
Beta Was this translation helpful? Give feedback.
-
Answer from a related and more recent thread: #2402 |
Beta Was this translation helpful? Give feedback.
Using icons that are not contained in the Bootstrap icon set is possible with extensions. For example, there is an extension for Academicons, but this only works if you want to insert icons in your
.qmd
sources (YAML files are not supported).