Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 788 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 788 Bytes

SF Gov Icons Extension For Quarto

Installing

quarto install extension SFOEWD/sficons

This will install the extension under the _extensions subdirectory. If you're using version control, you will want to check in this directory.

Using

TO embed an icon, use the {{< sficon ...>}} shortcode. Some examples:

{{< sficon wip >}}
{{< sficon alert >}}

The full list of available icons is available on the San Francisco Design System website.

Customizing

Control the color and size of the icons:

{{< sficon arrow-right color=firebrick >}}

{{< sficon globe color=green size=5em >}}

Acknowledging

The lua code was adapted from bsicons.