fix fonts and give 4 options

This commit is contained in:
2026-08-08 18:31:37 +02:00
parent de3b82d024
commit e0ed0d5467
8 changed files with 105 additions and 36 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"use strict";
const FONT_STYLE_KEY = "glagolifyFontStyle";
const FONT_STYLES = new Set(["round", "angular"]);
const FONT_STYLES = new Set(["round", "angular-sans", "angular", "missal-angular"]);
const DEFAULT_FONT_STYLE = "round";
function createBackgroundController(api) {