34 lines
669 B
CSS
34 lines
669 B
CSS
@font-face {
|
|
font-family: 'karrik';
|
|
src: url('typo/Karrik-Italic.woff2') format('woff2');
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'karrik';
|
|
src: url('typo/Karrik-Regular.woff2') format('woff2');
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'velvelyne';
|
|
src: url('typo/Velvelyne-Book.ttf') format('truetype');
|
|
font-weight: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'avara';
|
|
src: url('typo/Avara-Black.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'pressStart';
|
|
src: url('typo/PressStart2P-Regular.ttf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'velvelyne';
|
|
src:url('typo/Velvelyne-Bold.ttf') format('truetype');
|
|
font-weight: bold;
|
|
}
|