blob: a94722233e3b8cd3f003cbaeeeebe6af447616d0 (
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.FontRegularW2 }}') format('woff2'),
url('{{ .Assets.FontRegularW }}') format('woff');
}
@font-face {
font-family: 'Iosevka Term SS03';
font-style: normal;
font-weight: bold;
src: url('{{ .Assets.FontBoldW2 }}') format('woff2'),
url('{{ .Assets.FontBoldW }}') format('woff');
}
</style>
|