mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-03 07:06:52 +00:00
Bump katex to newest version (#9626)
* Bump katex to newest version * Update fonts Also migrate to woff2 * Update readme * Update change note
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
"directories": [
|
||||
{
|
||||
"path": "./fonts/",
|
||||
"filesRegExp": "^.*\\.woff$",
|
||||
"filesRegExp": "^.*\\.woff2$",
|
||||
"isTiddlerFile": false,
|
||||
"fields": {
|
||||
"title": {"source": "filename", "prefix": "$:/plugins/tiddlywiki/katex/fonts/"},
|
||||
"type": "font/woff"
|
||||
"type": "font/woff2"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user