yoyurec / logseq-awesome-styler

🎨 Totally customizable theme with presets: colors, backgrounds, fonts and sizes, etc... Logseq plugin
MIT License
187 stars 9 forks source link

Setting icons font with css variable #91

Open daviddavo opened 1 year ago

daviddavo commented 1 year ago

Idea To be able to use another font instead of 'tabler-icons' as the icon fallback font. For example, one user would prefer to use Font Awesome, or Nerd Fonts. The css variable could be something like --awSt-icons-font, and just replace every instance of 'tabler-icons' with that variable.