homepage/presentations/PropertyBasedTesting101/lib/font/league-gothic/league-gothic.css
Lukasz Skotarek 28aafeae39 Revert "move blog to /blog"
This reverts commit 4d5a3768cc.
2021-03-04 22:08:54 +01:00

10 lines
No EOL
308 B
CSS

@font-face {
font-family: 'League Gothic';
src: url('league-gothic.eot');
src: url('league-gothic.eot?#iefix') format('embedded-opentype'),
url('league-gothic.woff') format('woff'),
url('league-gothic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}