diff options
author | Radu <radu@pml4t.net> | 2023-11-23 14:17:27 -0500 |
---|---|---|
committer | Radu <radu@pml4t.net> | 2023-11-23 14:48:42 -0500 |
commit | 74fa23d9c6c8b88c3579ed12f6d3ed66d31bbac7 (patch) | |
tree | 7527d0aa314d9b9473b9a96c620574c57fe10a79 /manifest.json | |
parent | 3e4feb710a88ec81c5476e762cb1c0cd02da18c8 (diff) |
Bundle math font to improve rendering
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 11 |
1 files changed, 10 insertions, 1 deletions
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" |