From 74fa23d9c6c8b88c3579ed12f6d3ed66d31bbac7 Mon Sep 17 00:00:00 2001 From: Radu Date: Thu, 23 Nov 2023 14:17:27 -0500 Subject: Bundle math font to improve rendering --- manifest.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 717b184..2a4f64c 100644 --- a/manifest.json +++ b/manifest.json @@ -12,8 +12,17 @@ "katex/auto-render.min.js", "page.js" ], - "css": ["hljs/default.min.css"] + "css": [ + "hljs/default.min.css", + "styles.css" + ] }], + "web_accessible_resources": [ + { + "resources": ["STIXTwoMath-Regular.otf"], + "matches": ["*://*.pronto.io/*"] + } + ], "browser_specific_settings": { "gecko": { "id": "asap@pml4t.net" -- cgit v1.2.3