rspress-plugin-font-figtree
v1.0.1
Published
Use Figtree as the default font in your Rspress website.
Readme
rspress-plugin-font-figtree
Use Figtree as the default font in your Rspress website.
About
Figtree is a clean yet friendly geometric sans serif font for usage in web and mobile apps.
Usage
Install:
npm add rspress-plugin-font-figtree -DAdd plugin to your rspress.config.ts:
// rspress.config.ts
import { pluginFontFigtree } from "rspress-plugin-font-figtree";
export default {
plugins: [pluginFontFigtree()],
};