aboutsummaryrefslogtreecommitdiffstats
path: root/internal/port/tpl/_fonts.html
blob: b56aa22893fa6da87128f5015b67159c6ab540b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<style>
  @font-face {
    font-family: 'Iosevka Term SS03';
    font-style:  normal;
    font-weight: normal;
    src: url('{{ .Assets.FontW2 }}') format('woff2'),
        url('{{ .Assets.FontW }}')  format('woff');
  }
  @font-face {
    font-family: 'Iosevka Aile';
    font-style:  normal;
    font-weight: normal;
    src: url('{{ .Assets.PropFontW2 }}') format('woff2'),
        url('{{ .Assets.PropFontW }}')  format('woff');
  }
</style>