I have been using the EB-Garamond font package by setting it up in my defaults file under variables, not metadata:

variables:
  font-family: ebgaramond

However, I have had no such luck with the Helvetica package.

Em terça-feira, 29 de junho de 2021 às 23:44:16 UTC+1, Shakrmaker escreveu:
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/3c5dc4f1-2030-45a0-abb3-387bfee5014en%40googlegroups.com.