oops forgot this

This commit is contained in:
Samidy 2026-02-09 17:33:54 +03:00
parent 7c10b761bf
commit 878131fae2

View file

@ -1371,10 +1371,10 @@ export const fontSettings = {
getDefaultConfig() {
return {
type: 'google',
family: 'IBM Plex Mono',
fallback: 'monospace',
weights: [100, 200, 300, 400, 500, 600, 700],
type: 'preset',
family: 'Inter',
fallback: 'sans-serif',
weights: [400, 500, 600, 700, 800],
};
},