Hi,
I am trying to change the font face to some of the fonts we use. Right now this is how my code looks:
<font
jcr:primaryType="nt:unstructured"
faces="[overpass,serif,sans-serif,monospace]"
features="*"
sizes="[-2,-1,+1,+2,+3,+4]"/>
overpass, serif, sans-serif, monospace all works when I depl...