frontend client for gemstone. decentralised workplace app
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: rename default primary font

serenity cb935d41 7b6e58b1

+1 -1
+1 -1
src/lib/facet/src/typography.ts
··· 8 8 } 9 9 10 10 const DEFAULT_FONT_FAMILIES: FacetFontFamilies = { 11 - primary: "Lexend", 11 + primary: "Lexend_300Light", 12 12 monospace: "Maple Mono", 13 13 }; 14 14