katex-fonts.tar.gz 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="description" content="katex CDN by jsDelivr - A free, fast, and reliable Open Source CDN for npm and GitHub">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>katex CDN by jsDelivr - A free, fast, and reliable Open Source CDN</title>
  8. <style>
  9. body {
  10. font: 15px/1.4em Arial, "Helvetica Neue", Helvetica, sans-serif;
  11. margin: 0;
  12. padding: 20px 20px 30px;
  13. background-color: #ffffff;
  14. }
  15. .container {
  16. max-width: 960px;
  17. margin: 0 auto;
  18. padding: 10px 0;
  19. background-color: #fff;
  20. }
  21. .header {
  22. display: -webkit-box;
  23. display: -ms-flexbox;
  24. display: flex;
  25. -webkit-box-align: center;
  26. -ms-flex-align: center;
  27. align-items: center;
  28. -webkit-box-pack: justify;
  29. -ms-flex-pack: justify;
  30. justify-content: space-between;
  31. flex-wrap: wrap;
  32. }
  33. h1 {
  34. font-size: 28px;
  35. line-height: 38px;
  36. margin: 0 0 15px;
  37. }
  38. h2 {
  39. font-size: 18px;
  40. font-weight: 400;
  41. margin: 0;
  42. }
  43. .versions {
  44. max-width: 400px;
  45. padding: 2px 12px 2px 6px;
  46. }
  47. .description {
  48. margin: 10px 0;
  49. font-size: 16px;
  50. color: #666;
  51. }
  52. .path {
  53. display: -webkit-box;
  54. display: -ms-flexbox;
  55. display: flex;
  56. -webkit-box-align: center;
  57. -ms-flex-align: center;
  58. align-items: center;
  59. -webkit-box-pack: justify;
  60. -ms-flex-pack: justify;
  61. justify-content: space-between;
  62. flex-wrap: wrap;
  63. margin: 15px 0 0;
  64. padding: 15px 0 30px;
  65. border-top: 1px solid #e5e5e5;
  66. }
  67. .path .versions,
  68. .path ol {
  69. margin: 15px 0 0;
  70. }
  71. .path ol {
  72. padding: 0;
  73. list-style: none;
  74. font-size: 18px;
  75. font-weight: 400;
  76. }
  77. .path ol li {
  78. display: inline;
  79. }
  80. .listing {
  81. border: 1px solid #dfe3e7;
  82. border-radius: 6px;
  83. -webkit-box-shadow: 0 5px 10px -5px #dfe3e7;
  84. box-shadow: 0 5px 10px -5px #dfe3e7;
  85. }
  86. table {
  87. width: 100%;
  88. border-spacing: 0;
  89. }
  90. th, td {
  91. padding: 8px 20px;
  92. border-bottom: 1px solid #dfe3e7;
  93. }
  94. tr:last-child td {
  95. border-bottom: 0;
  96. }
  97. .name.level-up {
  98. border-bottom: 1px solid #dfe3e7;
  99. }
  100. .name.level-up a {
  101. padding-left: 0;
  102. }
  103. .name {
  104. width: auto;
  105. text-align: left;
  106. padding-right: 20px;
  107. }
  108. .name a {
  109. color: #17233b;
  110. padding-left: 5px;
  111. position: relative;
  112. }
  113. .name svg {
  114. display: inline-block;
  115. margin-bottom: -4px;
  116. }
  117. .size {
  118. max-width: 80px;
  119. text-align: right;
  120. color: #444;
  121. }
  122. th.name, th.size {
  123. color: #999;
  124. text-transform: uppercase;
  125. font-size: 12px;
  126. letter-spacing: 1px;
  127. }
  128. a {
  129. color: #ff5627;
  130. text-decoration: none;
  131. }
  132. a:hover, a:focus {
  133. color: #ff5627;
  134. text-decoration: underline;
  135. }
  136. .landing {
  137. margin-top: 30px;
  138. text-align: center;
  139. }
  140. .landing p {
  141. margin: 0 0 15px;
  142. }
  143. .landing a {
  144. display: block;
  145. text-overflow: ellipsis;
  146. overflow: hidden;
  147. }
  148. footer {
  149. max-width: 960px;
  150. display: -webkit-box;
  151. display: -ms-flexbox;
  152. display: flex;
  153. -webkit-box-orient: vertical;
  154. -webkit-box-direction: normal;
  155. -ms-flex-direction: column;
  156. flex-direction: column;
  157. -webkit-box-pack: justify;
  158. -ms-flex-pack: justify;
  159. justify-content: space-between;
  160. margin: 0 auto;
  161. padding: 20px 0 0 0;
  162. text-align: center;
  163. font-size: 14px;
  164. color: #666;
  165. border-top: 1px solid #edf0f2;
  166. }
  167. .footer-left, .footer-right {
  168. display: -webkit-box;
  169. display: -ms-flexbox;
  170. display: flex;
  171. -webkit-box-orient: vertical;
  172. -webkit-box-direction: normal;
  173. -ms-flex-direction: column;
  174. flex-direction: column;
  175. -webkit-box-align: center;
  176. -ms-flex-align: center;
  177. align-items: center;
  178. margin-bottom: 20px;
  179. }
  180. .logo {
  181. width: 115px;
  182. }
  183. .copyright {
  184. color: #79849a;
  185. margin: 0;
  186. }
  187. @media (min-width: 576px) {
  188. .footer-left, .footer-right {
  189. -ms-flex-pack: distribute;
  190. justify-content: space-around;
  191. -webkit-box-orient: horizontal;
  192. -webkit-box-direction: normal;
  193. -ms-flex-direction: row;
  194. flex-direction: row;
  195. }
  196. }
  197. @media (min-width: 768px) {
  198. body {
  199. padding-top: 40px;
  200. }
  201. footer {
  202. -webkit-box-orient: horizontal;
  203. -webkit-box-direction: normal;
  204. -ms-flex-direction: row;
  205. flex-direction: row;
  206. padding-top: 30px;
  207. }
  208. .container {
  209. padding-bottom: 20px;
  210. }
  211. .footer-right a:first-child, .logo {
  212. margin-right: 20px;
  213. }
  214. .landing {
  215. display: -webkit-box;
  216. display: -ms-flexbox;
  217. display: flex;
  218. -webkit-box-align: start;
  219. -ms-flex-align: start;
  220. align-items: flex-start;
  221. -webkit-box-pack: justify;
  222. -ms-flex-pack: justify;
  223. justify-content: space-between;
  224. margin-top: 40px;
  225. }
  226. .landing .right {
  227. text-align: right;
  228. }
  229. }
  230. .select-css {
  231. display: block;
  232. padding: 8px 20px 8px 12px;
  233. box-sizing: border-box;
  234. margin: 0;
  235. border: 1px solid #aaa;
  236. border-radius: .5em;
  237. -moz-appearance: none;
  238. -webkit-appearance: none;
  239. appearance: none;
  240. background-color: #fff;
  241. background-image: url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/icons/caret-down-fill.svg');
  242. background-repeat: no-repeat, repeat;
  243. background-position: right 8px top 50%, 0 0;
  244. background-size: 10px auto, 100%;
  245. outline: none;
  246. }
  247. .select-css::-ms-expand {
  248. display: none;
  249. }
  250. .select-css:hover {
  251. border-color: #888;
  252. }
  253. .select-css option {
  254. font-weight: normal;
  255. }
  256. </style>
  257. </head>
  258. <body>
  259. <div class="container">
  260. <div class="header">
  261. <h1>katex CDN files</h1>
  262. <a class="badge" href="https://www.jsdelivr.com/package/npm/katex" title="jsDelivr monthly hits">
  263. <img alt="jsDelivr monthly hits badge" src="https://data.jsdelivr.com/v1/package/npm/katex/badge">
  264. </a>
  265. </div>
  266. <div class="path">
  267. <ol itemscope itemtype="https://schema.org/BreadcrumbList">
  268. <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
  269. <a itemscope itemtype="https://schema.org/WebPage" itemprop="item"
  270. itemid="/npm/katex@0.16.11/"
  271. href="/npm/katex@0.16.11/" rel="nofollow">
  272. <span itemprop="name">katex@0.16.11</span></a> /
  273. <meta itemprop="position" content="0">
  274. </li>
  275. <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
  276. <a itemscope itemtype="https://schema.org/WebPage" itemprop="item"
  277. itemid="/npm/katex@0.16.11/dist/"
  278. href="/npm/katex@0.16.11/dist/" rel="nofollow">
  279. <span itemprop="name">dist</span></a> /
  280. <meta itemprop="position" content="1">
  281. </li>
  282. <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
  283. <span itemprop="name">fonts</span>
  284. <meta itemprop="position" content="2">
  285. </li>
  286. </ol>
  287. <select class="versions select-css">
  288. <option value="katex@0.16.25">katex@0.16.25</option>
  289. <option value="katex@0.16.24">katex@0.16.24</option>
  290. <option value="katex@0.16.23">katex@0.16.23</option>
  291. <option value="katex@0.16.22">katex@0.16.22</option>
  292. <option value="katex@0.16.21">katex@0.16.21</option>
  293. <option value="katex@0.16.20">katex@0.16.20</option>
  294. <option value="katex@0.16.19">katex@0.16.19</option>
  295. <option value="katex@0.16.18">katex@0.16.18</option>
  296. <option value="katex@0.16.17">katex@0.16.17</option>
  297. <option value="katex@0.16.16">katex@0.16.16</option>
  298. <option value="katex@0.16.15">katex@0.16.15</option>
  299. <option value="katex@0.16.14">katex@0.16.14</option>
  300. <option value="katex@0.16.13">katex@0.16.13</option>
  301. <option value="katex@0.16.12">katex@0.16.12</option>
  302. <option value="katex@0.16.11">katex@0.16.11</option>
  303. <option value="katex@0.16.10">katex@0.16.10</option>
  304. <option value="katex@0.16.9">katex@0.16.9</option>
  305. <option value="katex@0.16.8">katex@0.16.8</option>
  306. <option value="katex@0.16.7">katex@0.16.7</option>
  307. <option value="katex@0.16.6">katex@0.16.6</option>
  308. <option value="katex@0.16.5">katex@0.16.5</option>
  309. <option value="katex@0.16.4">katex@0.16.4</option>
  310. <option value="katex@0.16.3">katex@0.16.3</option>
  311. <option value="katex@0.16.2">katex@0.16.2</option>
  312. <option value="katex@0.16.1">katex@0.16.1</option>
  313. <option value="katex@0.16.0">katex@0.16.0</option>
  314. <option value="katex@0.15.6">katex@0.15.6</option>
  315. <option value="katex@0.15.5">katex@0.15.5</option>
  316. <option value="katex@0.15.4">katex@0.15.4</option>
  317. <option value="katex@0.15.3">katex@0.15.3</option>
  318. <option value="katex@0.15.2">katex@0.15.2</option>
  319. <option value="katex@0.15.1">katex@0.15.1</option>
  320. <option value="katex@0.15.0">katex@0.15.0</option>
  321. <option value="katex@0.14.1">katex@0.14.1</option>
  322. <option value="katex@0.14.0">katex@0.14.0</option>
  323. <option value="katex@0.13.24">katex@0.13.24</option>
  324. <option value="katex@0.13.23">katex@0.13.23</option>
  325. <option value="katex@0.13.22">katex@0.13.22</option>
  326. <option value="katex@0.13.21">katex@0.13.21</option>
  327. <option value="katex@0.13.20">katex@0.13.20</option>
  328. <option value="katex@0.13.19">katex@0.13.19</option>
  329. <option value="katex@0.13.18">katex@0.13.18</option>
  330. <option value="katex@0.13.17">katex@0.13.17</option>
  331. <option value="katex@0.13.16">katex@0.13.16</option>
  332. <option value="katex@0.13.14">katex@0.13.14</option>
  333. <option value="katex@0.13.13">katex@0.13.13</option>
  334. <option value="katex@0.13.12">katex@0.13.12</option>
  335. <option value="katex@0.13.11">katex@0.13.11</option>
  336. <option value="katex@0.13.10">katex@0.13.10</option>
  337. <option value="katex@0.13.9">katex@0.13.9</option>
  338. <option value="katex@0.13.8">katex@0.13.8</option>
  339. <option value="katex@0.13.7">katex@0.13.7</option>
  340. <option value="katex@0.13.6">katex@0.13.6</option>
  341. <option value="katex@0.13.5">katex@0.13.5</option>
  342. <option value="katex@0.13.4">katex@0.13.4</option>
  343. <option value="katex@0.13.3">katex@0.13.3</option>
  344. <option value="katex@0.13.2">katex@0.13.2</option>
  345. <option value="katex@0.13.1">katex@0.13.1</option>
  346. <option value="katex@0.13.0">katex@0.13.0</option>
  347. <option value="katex@0.12.0">katex@0.12.0</option>
  348. <option value="katex@0.11.1">katex@0.11.1</option>
  349. <option value="katex@0.11.0">katex@0.11.0</option>
  350. <option value="katex@0.10.2">katex@0.10.2</option>
  351. <option value="katex@0.10.1">katex@0.10.1</option>
  352. <option value="katex@0.10.0">katex@0.10.0</option>
  353. <option value="katex@0.10.0-rc.1">katex@0.10.0-rc.1</option>
  354. <option value="katex@0.10.0-rc">katex@0.10.0-rc</option>
  355. <option value="katex@0.10.0-beta">katex@0.10.0-beta</option>
  356. <option value="katex@0.10.0-alpha">katex@0.10.0-alpha</option>
  357. <option value="katex@0.9.0">katex@0.9.0</option>
  358. <option value="katex@0.9.0-beta1">katex@0.9.0-beta1</option>
  359. <option value="katex@0.9.0-beta">katex@0.9.0-beta</option>
  360. <option value="katex@0.9.0-alpha2">katex@0.9.0-alpha2</option>
  361. <option value="katex@0.9.0-alpha1">katex@0.9.0-alpha1</option>
  362. <option value="katex@0.9.0-alpha">katex@0.9.0-alpha</option>
  363. <option value="katex@0.8.3">katex@0.8.3</option>
  364. <option value="katex@0.8.2">katex@0.8.2</option>
  365. <option value="katex@0.8.1">katex@0.8.1</option>
  366. <option value="katex@0.8.0">katex@0.8.0</option>
  367. <option value="katex@0.7.1">katex@0.7.1</option>
  368. <option value="katex@0.7.0">katex@0.7.0</option>
  369. <option value="katex@0.7.0-pre">katex@0.7.0-pre</option>
  370. <option value="katex@0.6.0">katex@0.6.0</option>
  371. <option value="katex@0.5.1">katex@0.5.1</option>
  372. <option value="katex@0.5.0">katex@0.5.0</option>
  373. <option value="katex@0.4.3">katex@0.4.3</option>
  374. <option value="katex@0.4.0">katex@0.4.0</option>
  375. <option value="katex@0.3.0">katex@0.3.0</option>
  376. <option value="katex@0.2.0">katex@0.2.0</option>
  377. <option value="katex@0.1.1">katex@0.1.1</option>
  378. <option value="katex@0.1.0">katex@0.1.0</option>
  379. </select>
  380. </div>
  381. <div class="listing">
  382. <table>
  383. <tbody>
  384. <tr>
  385. <td class="name level-up" colspan="2"><a href="../">...</a></td>
  386. </tr>
  387. <tr>
  388. <td class="name">
  389. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  390. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_AMS-Regular.ttf">KaTeX_AMS-Regular.ttf</a>
  391. </td>
  392. <td class="size">62.14 KB</td>
  393. </tr>
  394. <tr>
  395. <td class="name">
  396. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  397. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_AMS-Regular.woff">KaTeX_AMS-Regular.woff</a>
  398. </td>
  399. <td class="size">32.73 KB</td>
  400. </tr>
  401. <tr>
  402. <td class="name">
  403. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  404. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_AMS-Regular.woff2">KaTeX_AMS-Regular.woff2</a>
  405. </td>
  406. <td class="size">27.42 KB</td>
  407. </tr>
  408. <tr>
  409. <td class="name">
  410. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  411. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Caligraphic-Bold.ttf">KaTeX_Caligraphic-Bold.ttf</a>
  412. </td>
  413. <td class="size">12.08 KB</td>
  414. </tr>
  415. <tr>
  416. <td class="name">
  417. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  418. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Caligraphic-Bold.woff">KaTeX_Caligraphic-Bold.woff</a>
  419. </td>
  420. <td class="size">7.54 KB</td>
  421. </tr>
  422. <tr>
  423. <td class="name">
  424. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  425. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Caligraphic-Bold.woff2">KaTeX_Caligraphic-Bold.woff2</a>
  426. </td>
  427. <td class="size">6.75 KB</td>
  428. </tr>
  429. <tr>
  430. <td class="name">
  431. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  432. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Caligraphic-Regular.ttf">KaTeX_Caligraphic-Regular.ttf</a>
  433. </td>
  434. <td class="size">12.05 KB</td>
  435. </tr>
  436. <tr>
  437. <td class="name">
  438. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  439. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Caligraphic-Regular.woff">KaTeX_Caligraphic-Regular.woff</a>
  440. </td>
  441. <td class="size">7.48 KB</td>
  442. </tr>
  443. <tr>
  444. <td class="name">
  445. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  446. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Caligraphic-Regular.woff2">KaTeX_Caligraphic-Regular.woff2</a>
  447. </td>
  448. <td class="size">6.75 KB</td>
  449. </tr>
  450. <tr>
  451. <td class="name">
  452. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  453. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Fraktur-Bold.ttf">KaTeX_Fraktur-Bold.ttf</a>
  454. </td>
  455. <td class="size">19.13 KB</td>
  456. </tr>
  457. <tr>
  458. <td class="name">
  459. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  460. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Fraktur-Bold.woff">KaTeX_Fraktur-Bold.woff</a>
  461. </td>
  462. <td class="size">12.98 KB</td>
  463. </tr>
  464. <tr>
  465. <td class="name">
  466. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  467. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Fraktur-Bold.woff2">KaTeX_Fraktur-Bold.woff2</a>
  468. </td>
  469. <td class="size">11.08 KB</td>
  470. </tr>
  471. <tr>
  472. <td class="name">
  473. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  474. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Fraktur-Regular.ttf">KaTeX_Fraktur-Regular.ttf</a>
  475. </td>
  476. <td class="size">19.11 KB</td>
  477. </tr>
  478. <tr>
  479. <td class="name">
  480. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  481. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Fraktur-Regular.woff">KaTeX_Fraktur-Regular.woff</a>
  482. </td>
  483. <td class="size">12.9 KB</td>
  484. </tr>
  485. <tr>
  486. <td class="name">
  487. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  488. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Fraktur-Regular.woff2">KaTeX_Fraktur-Regular.woff2</a>
  489. </td>
  490. <td class="size">11.05 KB</td>
  491. </tr>
  492. <tr>
  493. <td class="name">
  494. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  495. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-Bold.ttf">KaTeX_Main-Bold.ttf</a>
  496. </td>
  497. <td class="size">50.13 KB</td>
  498. </tr>
  499. <tr>
  500. <td class="name">
  501. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  502. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-Bold.woff">KaTeX_Main-Bold.woff</a>
  503. </td>
  504. <td class="size">29.21 KB</td>
  505. </tr>
  506. <tr>
  507. <td class="name">
  508. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  509. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-Bold.woff2">KaTeX_Main-Bold.woff2</a>
  510. </td>
  511. <td class="size">24.73 KB</td>
  512. </tr>
  513. <tr>
  514. <td class="name">
  515. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  516. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-BoldItalic.ttf">KaTeX_Main-BoldItalic.ttf</a>
  517. </td>
  518. <td class="size">32.2 KB</td>
  519. </tr>
  520. <tr>
  521. <td class="name">
  522. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  523. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-BoldItalic.woff">KaTeX_Main-BoldItalic.woff</a>
  524. </td>
  525. <td class="size">18.96 KB</td>
  526. </tr>
  527. <tr>
  528. <td class="name">
  529. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  530. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-BoldItalic.woff2">KaTeX_Main-BoldItalic.woff2</a>
  531. </td>
  532. <td class="size">16.39 KB</td>
  533. </tr>
  534. <tr>
  535. <td class="name">
  536. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  537. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-Italic.ttf">KaTeX_Main-Italic.ttf</a>
  538. </td>
  539. <td class="size">32.79 KB</td>
  540. </tr>
  541. <tr>
  542. <td class="name">
  543. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  544. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-Italic.woff">KaTeX_Main-Italic.woff</a>
  545. </td>
  546. <td class="size">19.21 KB</td>
  547. </tr>
  548. <tr>
  549. <td class="name">
  550. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  551. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-Italic.woff2">KaTeX_Main-Italic.woff2</a>
  552. </td>
  553. <td class="size">16.59 KB</td>
  554. </tr>
  555. <tr>
  556. <td class="name">
  557. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  558. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-Regular.ttf">KaTeX_Main-Regular.ttf</a>
  559. </td>
  560. <td class="size">52.32 KB</td>
  561. </tr>
  562. <tr>
  563. <td class="name">
  564. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  565. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-Regular.woff">KaTeX_Main-Regular.woff</a>
  566. </td>
  567. <td class="size">30.05 KB</td>
  568. </tr>
  569. <tr>
  570. <td class="name">
  571. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  572. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-Regular.woff2">KaTeX_Main-Regular.woff2</a>
  573. </td>
  574. <td class="size">25.66 KB</td>
  575. </tr>
  576. <tr>
  577. <td class="name">
  578. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  579. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Math-BoldItalic.ttf">KaTeX_Math-BoldItalic.ttf</a>
  580. </td>
  581. <td class="size">30.46 KB</td>
  582. </tr>
  583. <tr>
  584. <td class="name">
  585. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  586. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Math-BoldItalic.woff">KaTeX_Math-BoldItalic.woff</a>
  587. </td>
  588. <td class="size">18.23 KB</td>
  589. </tr>
  590. <tr>
  591. <td class="name">
  592. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  593. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Math-BoldItalic.woff2">KaTeX_Math-BoldItalic.woff2</a>
  594. </td>
  595. <td class="size">16.02 KB</td>
  596. </tr>
  597. <tr>
  598. <td class="name">
  599. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  600. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Math-Italic.ttf">KaTeX_Math-Italic.ttf</a>
  601. </td>
  602. <td class="size">30.57 KB</td>
  603. </tr>
  604. <tr>
  605. <td class="name">
  606. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  607. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Math-Italic.woff">KaTeX_Math-Italic.woff</a>
  608. </td>
  609. <td class="size">18.31 KB</td>
  610. </tr>
  611. <tr>
  612. <td class="name">
  613. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  614. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Math-Italic.woff2">KaTeX_Math-Italic.woff2</a>
  615. </td>
  616. <td class="size">16.05 KB</td>
  617. </tr>
  618. <tr>
  619. <td class="name">
  620. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  621. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_SansSerif-Bold.ttf">KaTeX_SansSerif-Bold.ttf</a>
  622. </td>
  623. <td class="size">23.93 KB</td>
  624. </tr>
  625. <tr>
  626. <td class="name">
  627. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  628. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_SansSerif-Bold.woff">KaTeX_SansSerif-Bold.woff</a>
  629. </td>
  630. <td class="size">14.07 KB</td>
  631. </tr>
  632. <tr>
  633. <td class="name">
  634. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  635. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_SansSerif-Bold.woff2">KaTeX_SansSerif-Bold.woff2</a>
  636. </td>
  637. <td class="size">11.93 KB</td>
  638. </tr>
  639. <tr>
  640. <td class="name">
  641. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  642. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_SansSerif-Italic.ttf">KaTeX_SansSerif-Italic.ttf</a>
  643. </td>
  644. <td class="size">21.84 KB</td>
  645. </tr>
  646. <tr>
  647. <td class="name">
  648. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  649. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_SansSerif-Italic.woff">KaTeX_SansSerif-Italic.woff</a>
  650. </td>
  651. <td class="size">13.78 KB</td>
  652. </tr>
  653. <tr>
  654. <td class="name">
  655. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  656. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_SansSerif-Italic.woff2">KaTeX_SansSerif-Italic.woff2</a>
  657. </td>
  658. <td class="size">11.75 KB</td>
  659. </tr>
  660. <tr>
  661. <td class="name">
  662. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  663. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_SansSerif-Regular.ttf">KaTeX_SansSerif-Regular.ttf</a>
  664. </td>
  665. <td class="size">18.98 KB</td>
  666. </tr>
  667. <tr>
  668. <td class="name">
  669. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  670. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_SansSerif-Regular.woff">KaTeX_SansSerif-Regular.woff</a>
  671. </td>
  672. <td class="size">12.03 KB</td>
  673. </tr>
  674. <tr>
  675. <td class="name">
  676. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  677. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_SansSerif-Regular.woff2">KaTeX_SansSerif-Regular.woff2</a>
  678. </td>
  679. <td class="size">10.1 KB</td>
  680. </tr>
  681. <tr>
  682. <td class="name">
  683. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  684. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Script-Regular.ttf">KaTeX_Script-Regular.ttf</a>
  685. </td>
  686. <td class="size">16.26 KB</td>
  687. </tr>
  688. <tr>
  689. <td class="name">
  690. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  691. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Script-Regular.woff">KaTeX_Script-Regular.woff</a>
  692. </td>
  693. <td class="size">10.34 KB</td>
  694. </tr>
  695. <tr>
  696. <td class="name">
  697. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  698. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Script-Regular.woff2">KaTeX_Script-Regular.woff2</a>
  699. </td>
  700. <td class="size">9.42 KB</td>
  701. </tr>
  702. <tr>
  703. <td class="name">
  704. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  705. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size1-Regular.ttf">KaTeX_Size1-Regular.ttf</a>
  706. </td>
  707. <td class="size">11.94 KB</td>
  708. </tr>
  709. <tr>
  710. <td class="name">
  711. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  712. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size1-Regular.woff">KaTeX_Size1-Regular.woff</a>
  713. </td>
  714. <td class="size">6.34 KB</td>
  715. </tr>
  716. <tr>
  717. <td class="name">
  718. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  719. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size1-Regular.woff2">KaTeX_Size1-Regular.woff2</a>
  720. </td>
  721. <td class="size">5.34 KB</td>
  722. </tr>
  723. <tr>
  724. <td class="name">
  725. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  726. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size2-Regular.ttf">KaTeX_Size2-Regular.ttf</a>
  727. </td>
  728. <td class="size">11.24 KB</td>
  729. </tr>
  730. <tr>
  731. <td class="name">
  732. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  733. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size2-Regular.woff">KaTeX_Size2-Regular.woff</a>
  734. </td>
  735. <td class="size">6.04 KB</td>
  736. </tr>
  737. <tr>
  738. <td class="name">
  739. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  740. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size2-Regular.woff2">KaTeX_Size2-Regular.woff2</a>
  741. </td>
  742. <td class="size">5.09 KB</td>
  743. </tr>
  744. <tr>
  745. <td class="name">
  746. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  747. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size3-Regular.ttf">KaTeX_Size3-Regular.ttf</a>
  748. </td>
  749. <td class="size">7.41 KB</td>
  750. </tr>
  751. <tr>
  752. <td class="name">
  753. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  754. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size3-Regular.woff">KaTeX_Size3-Regular.woff</a>
  755. </td>
  756. <td class="size">4.32 KB</td>
  757. </tr>
  758. <tr>
  759. <td class="name">
  760. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  761. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size3-Regular.woff2">KaTeX_Size3-Regular.woff2</a>
  762. </td>
  763. <td class="size">3.54 KB</td>
  764. </tr>
  765. <tr>
  766. <td class="name">
  767. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  768. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size4-Regular.ttf">KaTeX_Size4-Regular.ttf</a>
  769. </td>
  770. <td class="size">10.12 KB</td>
  771. </tr>
  772. <tr>
  773. <td class="name">
  774. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  775. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size4-Regular.woff">KaTeX_Size4-Regular.woff</a>
  776. </td>
  777. <td class="size">5.84 KB</td>
  778. </tr>
  779. <tr>
  780. <td class="name">
  781. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  782. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size4-Regular.woff2">KaTeX_Size4-Regular.woff2</a>
  783. </td>
  784. <td class="size">4.81 KB</td>
  785. </tr>
  786. <tr>
  787. <td class="name">
  788. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  789. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Typewriter-Regular.ttf">KaTeX_Typewriter-Regular.ttf</a>
  790. </td>
  791. <td class="size">26.91 KB</td>
  792. </tr>
  793. <tr>
  794. <td class="name">
  795. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  796. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Typewriter-Regular.woff">KaTeX_Typewriter-Regular.woff</a>
  797. </td>
  798. <td class="size">15.65 KB</td>
  799. </tr>
  800. <tr>
  801. <td class="name">
  802. <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
  803. <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Typewriter-Regular.woff2">KaTeX_Typewriter-Regular.woff2</a>
  804. </td>
  805. <td class="size">13.25 KB</td>
  806. </tr>
  807. </tbody>
  808. </table>
  809. </div>
  810. <div class="landing">
  811. <p class="left">Free Open Source CDN for <strong>katex</strong></p>
  812. <p class="right">
  813. Looking for a nice landing page for your package?
  814. <a href="https://www.jsdelivr.com/package/npm/katex">https://www.jsdelivr.com/package/npm/katex</a>
  815. </p>
  816. </div>
  817. </div>
  818. <footer>
  819. <div class="footer-left">
  820. <svg class="logo" viewBox="0 0 140 34" xmlns="http://www.w3.org/2000/svg">
  821. <g fill="#1e3b45">
  822. <path
  823. d="m43.616 19.576c0 4.005-1.389 6.008-4.168 6.008-.432 0-.853-.059-1.261-.174v-1.112c.455.154.883.232 1.285.232 1.065 0 1.833-.404 2.304-1.209.471-.807.706-2.063.706-3.769v-10.859h1.134z"/>
  824. <path
  825. d="m47.065 24.705v-1.309c1.188.756 2.393 1.135 3.612 1.135 1.296 0 2.28-.268 2.952-.805.671-.537 1.007-1.288 1.007-2.251 0-.85-.226-1.528-.678-2.032-.451-.506-1.429-1.194-2.935-2.067-1.682-.979-2.747-1.799-3.195-2.46-.447-.66-.671-1.422-.671-2.286 0-1.172.455-2.169 1.366-2.988.911-.817 2.126-1.227 3.647-1.227.988 0 1.975.166 2.963.498v1.204c-.972-.44-2.011-.66-3.113-.66-1.127 0-2.02.287-2.681.858-.659.571-.99 1.297-.99 2.177 0 .848.226 1.524.677 2.026.452.5 1.426 1.184 2.923 2.048 1.551.881 2.584 1.663 3.097 2.345.514.684.77 1.469.77 2.356 0 1.274-.442 2.311-1.325 3.114-.884.803-2.133 1.204-3.746 1.204-.572 0-1.229-.09-1.973-.266-.745-.178-1.313-.383-1.707-.614z"/>
  826. <path
  827. d="m59.104 25.295v-16.602h5.881c5.895 0 8.844 2.698 8.844 8.093 0 2.585-.805 4.65-2.413 6.194-1.61 1.543-3.753 2.315-6.431 2.315zm3.74-13.556v10.522h1.852c1.621 0 2.892-.485 3.814-1.458s1.383-2.296 1.383-3.97c0-1.583-.457-2.827-1.372-3.734-.914-.907-2.199-1.36-3.85-1.36z"/>
  828. <path
  829. d="m86.841 25.295h-9.957v-16.602h9.574v3.046h-5.834v3.693h5.43v3.032h-5.43v3.796h6.217z"/>
  830. <path d="m99.893 25.295h-9.887v-16.602h3.74v13.568h6.147z"/>
  831. <path d="m105.989 8.693v16.602h-3.74v-16.602z"/>
  832. <path
  833. d="m123.834 8.693-5.719 16.602h-4.236l-5.651-16.602h4.029l3.462 11.553c.186.625.297 1.178.336 1.657h.068c.055-.518.174-1.084.36-1.702l3.439-11.508z"/>
  834. <path
  835. d="m140 25.295h-4.295l-2.581-4.273c-.193-.322-.379-.613-.555-.868-.178-.254-.358-.473-.539-.654-.182-.18-.369-.321-.567-.416-.197-.096-.41-.145-.643-.145h-1.006v6.356h-3.74v-16.602h5.926c4.029 0 6.043 1.506 6.043 4.515 0 .578-.088 1.114-.266 1.604s-.428.932-.752 1.325c-.324.395-.717.733-1.176 1.02-.459.285-.969.508-1.534.67v.047c.248.076.486.203.719.375.231.174.455.377.67.61.217.231.424.479.619.746.197.266.377.526.539.782zm-10.185-13.8v4.619h1.62c.803 0 1.448-.231 1.932-.694.494-.471.742-1.053.742-1.749 0-1.45-.87-2.177-2.605-2.177h-1.689z"/>
  836. </g>
  837. <path d="m15.386.338-3.106 11.038v.104 11.039l3.106 11.143 3.194-11.143v-11.039-.104z"
  838. fill="#bd483b"/>
  839. <path d="m15.386.338-15.386 5.542 2.186 20.492 13.2 7.29" fill="#e64e3d"/>
  840. <path d="m15.386 33.662 13.268-7.365 2.483-20.49-15.751-5.469" fill="#bd483b"/>
  841. <path
  842. d="m12.594 25.088c-1.514-.473-2.864-1.317-3.94-2.431l-.003-.002c-.131-.137-.257-.274-.381-.418-.838-.979-1.478-2.13-1.857-3.396.251.233.518.447.796.647.003.008.008.016.011.027-.003-.012-.008-.02-.011-.027.398.279.822.526 1.269.737.141.064.282.125.427.186.177.07.36.135.542.195.011.006.024.006.035.01.032.012.065.023.097.033.074.756.649 1.372 1.39 1.504.287 1.157.833 2.146 1.625 2.935z"
  843. fill="#fec82f"/>
  844. <path
  845. d="m13.174 11.794c0 .324.088.627.243.883-1.25 1.753-2.108 3.656-2.479 5.539-.041.209-.077.416-.105.619-.429.113-.79.393-1.016.762-.013 0-.024-.004-.035-.01-.023-.006-.04-.014-.061-.021-.142-.045-.281-.098-.417-.152-.204-.08-.403-.174-.598-.272-.663-.338-1.26-.772-1.781-1.291-.11-.111-.213-.219-.311-.332l-.041-.049c-.038-.045-.078-.092-.115-.137-.017-.021-.032-.039-.047-.059-.014-.018-.024-.031-.037-.045-.005-.01-.013-.016-.017-.023-.02-.022-.037-.047-.053-.068-.008-.012-.017-.022-.023-.029-.001-.004-.002-.004-.004-.008-.013-.014-.024-.033-.037-.049-.055-.072-.107-.149-.157-.225-.009-.012-.019-.024-.025-.039-.006-.006-.015-.018-.02-.027-.014-.203-.02-.408-.02-.617 0-1.882.557-3.636 1.512-5.105.113-.176.235-.348.361-.514.12-.16.245-.319.374-.467 1.126-1.317 2.61-2.315 4.299-2.847.026.182.059.367.095.553.192.967.513 1.942.949 2.898-.271.3-.434.698-.434 1.132z"
  846. fill="#fec82f"/>
  847. <path
  848. d="m12.176 20.479c0 .221-.079.424-.212.58-.029.037-.061.068-.096.1-.161.141-.368.225-.596.225-.173 0-.335-.049-.472-.135-.147-.09-.265-.219-.342-.375-.058-.121-.089-.252-.089-.395 0-.26.11-.494.286-.658.029-.027.06-.051.091-.074.148-.107.331-.17.526-.17.206 0 .395.068.546.186.085.063.155.139.213.229.094.137.145.307.145.487z"
  849. fill="#fec82f"/>
  850. <path
  851. d="m15.777 11.794c0 .147-.032.281-.094.403-.148.299-.456.502-.808.502-.044 0-.087-.002-.128-.006-.008-.004-.016-.004-.025-.006-.383-.066-.684-.369-.741-.756-.007-.043-.01-.09-.01-.137 0-.102.017-.201.05-.295.123-.354.46-.606.854-.606h.002.036c.392.018.72.285.827.645.025.082.037.168.037.256z"
  852. fill="#fec82f"/>
  853. <path
  854. d="m24.752 16.143c0 .907-.129 1.782-.368 2.61-.799-.211-1.606-.52-2.4-.914.022-.109.033-.221.033-.336 0-.225-.044-.442-.125-.639.031-.029.064-.061.095-.094.957-.977 1.763-2.055 2.404-3.212.234.821.361 1.69.361 2.585z"
  855. fill="#df9c26"/>
  856. <path
  857. d="m23.881 12.196c-.063.139-.131.277-.201.416-.627 1.235-1.455 2.382-2.459 3.407-.009.01-.02.02-.028.027-.255-.156-.557-.244-.879-.244-.375 0-.722.123-1.004.328-.514-.404-1.011-.848-1.49-1.327-.608-.604-1.157-1.247-1.647-1.909.252-.297.405-.68.405-1.102 0-.313-.087-.61-.237-.862 1.21-1.163 2.547-2.106 3.917-2.788 1.572.961 2.841 2.372 3.623 4.054z"
  858. fill="#df9c26"/>
  859. <path
  860. d="m21.217 17.503c0 .379-.23.701-.556.836-.108.045-.225.07-.348.07-.063 0-.125-.008-.185-.02-.385-.082-.681-.408-.715-.805.011-.01.021-.016.028-.022-.01-.008-.021-.014-.03-.023-.001-.012-.001-.022-.001-.037 0-.389.25-.723.601-.85.095-.033.196-.053.302-.053.09 0 .179.014.262.039.346.105.606.412.64.785.002.027.002.055.002.08z"
  861. fill="#df9c26"/>
  862. <path
  863. d="m21.452 18.767c-.301.274-.7.44-1.139.44-.351 0-.677-.107-.949-.289-.039.025-.078.051-.115.072-1.233.781-2.538 1.352-3.864 1.698v4.824c3.887 0 7.222-2.37 8.64-5.744-.859-.237-1.723-.573-2.573-1.001z"
  864. fill="#df9c26"/>
  865. <path
  866. d="m15.386 20.688c-.793.205-1.591.33-2.385.367-.042.002-.086.006-.128.008-.151.41-.454.744-.839.94.245.909.688 1.698 1.319 2.327.524.524 1.162.92 1.891 1.18.046 0 .093.002.142.002z"
  867. fill="#fec82f"/>
  868. <path
  869. d="m18.612 17.503c0-.172.026-.34.074-.498-.562-.44-1.106-.92-1.625-1.442-.614-.614-1.172-1.262-1.675-1.934v5.946c1.124-.324 2.235-.823 3.291-1.489.009-.006.02-.014.03-.022-.061-.174-.095-.364-.095-.561z"
  870. fill="#df9c26"/>
  871. <path
  872. d="m15.386 13.629c-.045-.059-.091-.113-.132-.174-.123.029-.249.043-.378.043-.227 0-.441-.045-.637-.123-1.134 1.606-1.912 3.341-2.25 5.049-.032.162-.059.32-.083.475.477.195.848.596.996 1.092.016-.004.029-.004.046-.004.809-.039 1.627-.18 2.438-.412z"
  873. fill="#fec82f"/>
  874. <path
  875. d="m15.386 6.778v3.394c.048.016.098.033.145.055 1.106-1.073 2.316-1.979 3.573-2.681-1.14-.496-2.399-.768-3.718-.768z"
  876. fill="#df9c26"/>
  877. <path
  878. d="m15.386 6.778c-.608 0-1.201.055-1.773.168.025.197.06.404.101.606.168.86.449 1.725.829 2.575.106-.02.219-.033.333-.033.178 0 .347.027.51.078z"
  879. fill="#fec82f"/>
  880. </svg>
  881. <p class="copyright">&copy; jsdelivr.com, 2012 - 2025</p>
  882. </div>
  883. <div class="footer-right">
  884. <a href="https://github.com/jsdelivr/jsdelivr">
  885. <span class="gh-icon">
  886. <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12" height="12" viewBox="0 0 16 16" xml:space="preserve">
  887. <path id="XMLID_1_" fill="#ff5627" d="M8,0.2c-4.4,0-8,3.6-8,8c0,3.5,2.3,6.5,5.5,7.6C5.9,15.9,6,15.6,6,15.4c0-0.2,0-0.7,0-1.4
  888. C3.8,14.5,3.3,13,3.3,13c-0.4-0.9-0.9-1.2-0.9-1.2c-0.7-0.5,0.1-0.5,0.1-0.5c0.8,0.1,1.2,0.8,1.2,0.8C4.4,13.4,5.6,13,6,12.8
  889. c0.1-0.5,0.3-0.9,0.5-1.1c-1.8-0.2-3.6-0.9-3.6-4c0-0.9,0.3-1.6,0.8-2.1c-0.1-0.2-0.4-1,0.1-2.1c0,0,0.7-0.2,2.2,0.8
  890. c0.6-0.2,1.3-0.3,2-0.3c0.7,0,1.4,0.1,2,0.3c1.5-1,2.2-0.8,2.2-0.8c0.4,1.1,0.2,1.9,0.1,2.1c0.5,0.6,0.8,1.3,0.8,2.1
  891. c0,3.1-1.9,3.7-3.7,3.9C9.7,12,10,12.5,10,13.2c0,1.1,0,1.9,0,2.2c0,0.2,0.1,0.5,0.6,0.4c3.2-1.1,5.5-4.1,5.5-7.6
  892. C16,3.8,12.4,0.2,8,0.2z"/>
  893. </svg>
  894. </span>
  895. Documentation
  896. </a>
  897. <a href="https://www.jsdelivr.com/features">Learn more about jsDelivr</a>
  898. </div>
  899. </footer>
  900. <script>
  901. var versions = document.querySelector('.versions');
  902. [].slice.call(versions.querySelectorAll('option')).forEach(function(option) {
  903. if (option.value === 'katex@0.16.11') {
  904. option.selected = true;
  905. }
  906. });
  907. versions.addEventListener('change', function() {
  908. location.pathname = '/npm/' + this.value + '/dist/fonts/';
  909. });
  910. </script>
  911. </body>
  912. </html>