43 lines
864 B
CSS
43 lines
864 B
CSS
|
|
@font-face {
|
|
font-family: 'Wavehaus';
|
|
src: url('Wavehaus_800.otf') format('opentype');
|
|
font-weight: 800;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Wavehaus';
|
|
src: url('Wavehaus_400.otf') format('opentype');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Wavehaus';
|
|
src: url('Wavehaus_600.otf') format('opentype');
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Wavehaus';
|
|
src: url('Wavehaus_200.otf') format('opentype');
|
|
font-weight: 200;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Wavehaus';
|
|
src: url('Wavehaus_500.otf') format('opentype');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Wavehaus';
|
|
src: url('Wavehaus_100.otf') format('opentype');
|
|
font-weight: 100;
|
|
font-style: normal;
|
|
}
|