tancredi/fantasticon

Access file hash within templates

ole-flavia opened this issue · 3 comments

It would be great if the file hash, that is used for fontSrc within css templates, would be accessible by all template types.

Use case:
Generate a HTML file with preload for the font, to be included within server-side rendering.

that would be really nice

really very nice!!!

Or maybe make the hash an optional parameter.

Use case:
The hash is controlled by another process (eg. CI/CD) and it's present in the file path:

https://my.cdn.com/hash/icons.css
https://my.cdn.com/hash/index.html
https://my.cdn.com/hash/icons.ttf
...

This way the HTML can preload the fonts and the CSS can reference them with relative paths.

Thoughts?