24 lines
546 B
CSS
24 lines
546 B
CSS
|
|
@font-face {
|
|
font-family: 'OldRound';
|
|
src: url('OldRound-30-1-1.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'OldRound Hover';
|
|
src: url('OldRound-30-hover.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'OldRound Nonselect';
|
|
src: url('OldRound-30-nonselect.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|