tw-runner
Version:
Run and manage Tower Website projects with this utility.
13 lines (12 loc) • 349 B
HTML
{{ $boeotia := resources.Get "fonts/boeotia.ttf" | resources.Fingerprint }} {{
$vortax := resources.Get "fonts/vortax.ttf" | resources.Fingerprint }}
<style>
@font-face {
font-family: "vortax";
src: url("{{ $vortax.RelPermalink }}");
}
@font-face {
font-family: "boeotia";
src: url("{{ $boeotia.RelPermalink }}");
}
</style>