Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
typst css: document font-weight and font-style
  • Loading branch information
gordonwoodhull committed May 12, 2025
commit fa195547ad3d0c5ae7a55fafa2ca5b6ef912f46a
2 changes: 2 additions & 0 deletions docs/advanced/typst/typst-css.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Typst CSS works for the specific combinations of HTML elements and CSS propertie
| color | ✓ | ✓ | | ✓ |
| font-family | | ✓ | ✓ | |
| font-size | | ✓ | ✓ | |
| font-style | ✓ | ✓ | | ✓ |
| font-weight | ✓ | ✓ | | ✓ |
| opacity | ✓ | | | ✓ |
| align[^2] | | | | ✓ |

Expand Down