29 lines
578 B
CSS
29 lines
578 B
CSS
|
|
@font-face {
|
|
font-family: 'Mononoki';
|
|
src: url('Mononoki_600I.ttf') format('truetype');
|
|
font-weight: 600;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Mononoki';
|
|
src: url('Mononoki_400I.ttf') format('truetype');
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Mononoki';
|
|
src: url('Mononoki_600.ttf') format('truetype');
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Mononoki';
|
|
src: url('Mononoki_400.ttf') format('truetype');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|