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() { getDefaultConfig() {
return { return {
type: 'google', type: 'preset',
family: 'IBM Plex Mono', family: 'Inter',
fallback: 'monospace', fallback: 'sans-serif',
weights: [100, 200, 300, 400, 500, 600, 700], weights: [400, 500, 600, 700, 800],
}; };
}, },