fix fonts and give 4 options
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user