Using font-awesome icons

I knew about the icons, and it was working with Emojis fine. It’s working now with glyphs too, thank you very much!

Btw, my config (which uses the system default font) is:

:root {
    --ct-text-size: 14px;
    --ct-line-height: 1.6;
    --ls-font-family: "Symbols Nerd Font", "FontAwesome", sans-serif; 
    --ct-page-title-font-family: var(--ls-font-family);
    --ct-code-font-family: monospace;
}
2 Likes