This repository has been archived on 2025-11-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
game-of-life/Fonts/stylesheet.css
2022-02-22 02:27:57 +01:00

14 lines
524 B
CSS

@font-face {
font-family: 'Burbank Big Cd Bd';
src: url('BurbankBigCondensed-Bold.eot');
src: url('BurbankBigCondensed-Bold.eot?#iefix') format('embedded-opentype'),
url('BurbankBigCondensed-Bold.woff2') format('woff2'),
url('BurbankBigCondensed-Bold.woff') format('woff'),
url('BurbankBigCondensed-Bold.ttf') format('truetype'),
url('BurbankBigCondensed-Bold.svg#BurbankBigCondensed-Bold') format('svg');
font-weight: bold;
font-style: normal;
font-display: swap;
}