I know how to change the font stack in the control panel, but only certain fonts work, even though they show up just fine on other webpages. The fonts I’ve tried are Whitney, Futura, and Roboto. Fonts like Times and Calibri work just fine. Does anyone have any idea why this would be the case?
I think they need to be import. Try this in a tiddler:
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
@@font-family: 'Roboto';font-size: 32px; hi@@