maybe
if you go to textformats[image: 1688140855401-screenshot-2023-06-30-at-18.00.34.png]
you see theres "html class"
the class here is
._test3{
}
so use custom css:
._test3{
font-family: yourfontname, another-fontname, sans-serif;
}
maybe that works, not sure
i think this won't work ^^