This commit is contained in:
nicco 2018-09-04 12:12:56 +02:00
parent 717e145b00
commit 2d0fcce046
5 changed files with 25 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,25 @@
@font-face {
font-family: 'Jaapokki';
src: url('./Jaapokki.otf')
}
@font-face {
font-family: 'Helvetiva Neue';
font-weight: lighter;
font-style: normal;
src: url('./Helvetica Neue LT Std Light.otf') format('opentype');
}
@font-face {
font-family: 'Helvetiva Neue';
font-weight: normal;
font-style: normal;
src: url('./Helvetica Neue LT Std Medium.otf') format('opentype');
}
@font-face {
font-family: 'Helvetiva Neue';
font-weight: bold;
font-style: normal;
src: url('./Helvetica Neue LT Std Bold.otf') format('opentype');
}