50 lines
980 B
CSS
50 lines
980 B
CSS
|
|
@font-face {
|
|
font-family: 'Humane';
|
|
src: url('Humane_800.ttf') format('truetype');
|
|
font-weight: 800;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Humane';
|
|
src: url('Humane_400.ttf') format('truetype');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Humane';
|
|
src: url('Humane_600.ttf') format('truetype');
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Humane';
|
|
src: url('Humane_200.ttf') format('truetype');
|
|
font-weight: 200;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Humane';
|
|
src: url('Humane_500.ttf') format('truetype');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Humane';
|
|
src: url('Humane_100.ttf') format('truetype');
|
|
font-weight: 100;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Humane';
|
|
src: url('Humane_300.ttf') format('truetype');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|