40 lines
820 B
CSS
40 lines
820 B
CSS
|
|
@font-face {
|
|
font-family: 'Teletext';
|
|
src: url('MODE7GX0.TTF') format('truetype');
|
|
font-weight: 100;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Teletext';
|
|
src: url('MODE7GX1.TTF') format('truetype');
|
|
font-weight: 200;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Teletext';
|
|
src: url('MODE7GX2.TTF') format('truetype');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Teletext';
|
|
src: url('MODE7GX3.TTF') format('truetype');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Teletext';
|
|
src: url('MODE7GX4.TTF') format('truetype');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|