Hi Everyone, Does anyone know how can I determine the list of available default, included fonts (limited as they are) inside a factory pandoc/latex docker image; and/or list them when running a GitHub Action? eg. jobs: convert_via_pandoc: runs-on: ubuntu-18.04 steps: uses: docker://pandoc/latex:2.14.0.1 Other than trying multiple convert attempts with pandoc -V fontfamily=[wild guessing] and hoping I hit a valid one :) Basically I'd just like to set the font family to a factory san-serif font and be done (if anyone happens to know that list) . Or somehow I can list the available fonts inside these pandoc docker images. If the latter, would I spin up the docker image separately from a GitHub Action, access the container OS and fc-list? Or? Sorry, I'm not super familiar with all this stuff, obviously. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/bb821641-7fc9-420f-907f-36d198800d84n%40googlegroups.com.