gamutable/font/police.css.html
2024-05-07 15:00:26 +02:00

12 lines
202 B
HTML

[(#SET{url,#CHEMIN{font/font/gamutable.woff2}|timestamp})]
<style>
@font-face {
font-family: 'gamutable';
src: url(#GET{url}) format('woff2');
font-weight: normal;
font-style: normal;
}
</style>