refactor: rename default primary font
serenity 1 month ago cb935d41 7b6e58b1
··· 8 8 } 9 9 10 10 const DEFAULT_FONT_FAMILIES: FacetFontFamilies = { 11 11 - primary: "Lexend", 11 11 + primary: "Lexend_300Light", 12 12 monospace: "Maple Mono", 13 13 }; 14 14