From 878131fae276bf9180f1097ddf7280394c43dd9a Mon Sep 17 00:00:00 2001 From: Samidy Date: Mon, 9 Feb 2026 17:33:54 +0300 Subject: [PATCH] oops forgot this --- js/storage.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/storage.js b/js/storage.js index f1c2118..6feda33 100644 --- a/js/storage.js +++ b/js/storage.js @@ -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], }; },