12 lines
202 B
HTML
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>
|
|
|