Commit f4a845a
authored
docs(toolbar): clarify how fonts work in SuperDoc (#2848)
* docs(toolbar): clarify how fonts work in SuperDoc
A .docx carries font names, not font data. Consumers often hit this
when a document uses Cambria/Calibri/Aptos and the rendered text
falls back to Helvetica in the browser. The existing docs were an
empty redirect stub plus an inaccurate Info callout that claimed
imported DOCX fonts auto-populate the toolbar dropdown (they don't).
Rewrites the Font support getting-started page and the toolbar
Font configuration section to separate two concerns cleanly:
registration (selectability via `fonts`) vs. loading (real glyphs
via `@font-face`). Adds a working alias example and a table of
metric-compatible free substitutes for Office fonts.
* docs(getting-started): keep fonts page as redirect stub
Revert the expanded font-support page back to the one-line redirect
stub. The real content already lives in the toolbar Font configuration
section — the stub only needs the redirect target corrected from
`/modules/toolbar#font-configuration` (which bounces to overview and
has no matching anchor) to `/modules/toolbar/built-in#font-configuration`.1 parent 5229852 commit f4a845a
2 files changed
Lines changed: 55 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| 326 | + | |
| 327 | + | |
326 | 328 | | |
327 | 329 | | |
328 | 330 | | |
329 | | - | |
| 331 | + | |
330 | 332 | | |
331 | 333 | | |
332 | | - | |
| 334 | + | |
333 | 335 | | |
334 | 336 | | |
335 | 337 | | |
336 | 338 | | |
337 | 339 | | |
338 | 340 | | |
339 | 341 | | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | 342 | | |
345 | 343 | | |
346 | 344 | | |
| |||
349 | 347 | | |
350 | 348 | | |
351 | 349 | | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
352 | 399 | | |
353 | 400 | | |
354 | 401 | | |
| |||
0 commit comments