nixcon2022 talk, blogpost version

This commit is contained in:
Jade Lovelace 2022-10-29 22:47:30 -07:00
parent f854ef75ca
commit b333d2d023
131 changed files with 518 additions and 11 deletions

View file

@ -0,0 +1,10 @@
@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;
}