Font in a theme or not?

The directory structure should be like this (See PluginFolders), files that doesn’t exist in tiddlers, plugins and themes won’t be served:

tiddlywiki.info
tiddlers
  *.tid
plugins
  myplugin
    plugin.info
    Police du theme.tid
    hsr.ttf
    hsr.ttf.meta

You have to include plugin information in plugin.info:

{
	"title": "$:/plugins/myplugin",
	"name": "myplugin",
	"version": "0.0.1",
	"plugin-type": "plugin"
}