Font in a theme or not?

Yes, I’m using Node.js on PowerShell. Why?

Nevermind :slightly_smiling_face:
XLBilly’s instructions are specific to node.js version of TW so I wondered if they were adapted to your TW version.

Have fun!

Fred

So it’s feasible?! Even if it’s complicated?

Never tried myself, but I’m confident it’s feasible!

Fred

So I must create plugin.info and put it to the Themes folder, this folder contains hsr.ttf and hsr.ttf.meta ?

Lilashy,

I’m not following all details, but I wanted to offer a link to where the google-fonts.tiddlyhost.com site includes a note on embedding fonts.

I don’t think you need to do anything with “Themes”, for what it’s worth. It’s all about getting the font into the right format. In the demo case, the resulting tiddler has a $:/tags/Stylesheet tag and starts like this (but is of course very long, and includes a version for woff2 and woff):

@font-face {
    font-family: 'matemasieregular';
    src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAL …

(That’s for actual embedding of the font as data. A pointer to the file version should work as well!)