Path: blob/main/dev-docs/feature-format-matrix/qmd-files/css-properties/font-family/document.qmd
3586 views
--- format: html: quality: 1 pdf: quality: na typst: quality: 2 comment: "table only" dashboard: quality: 1 docx: quality: na pptx: quality: na keep-typ: true _quarto: tests: typst: ensureTypstFileRegexMatches: - - '#{set text\(font: \("Georgia", "serif"\)\); table\(' - [] --- ```{=html} <table style="font-family: Georgia, serif;"> <tr><td>A</td><td>B</td></tr> </table> ```