16 lines
345 B
CSS
16 lines
345 B
CSS
@font-face {
|
|
font-family: 'C64_Pro_Mono';
|
|
src: url('/fonts/C64_Pro_Mono-STYLE.woff2') format('woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'CbmShift';
|
|
src: url('/fonts/CbmShift-STYLE.woff2') format('woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|