pig.py/static/vendor/chunkfive/chunkfive.css
Russell Ballestrini d8e5d52d40 Vendor ChunkFive and highlight.js assets
- Add ChunkFive font (woff, woff2) for become manifesto
- Add highlight.js and GitHub Dark theme
- Update .gitignore to allow static/vendor/
2026-01-06 12:30:18 -05:00

8 lines
255 B
CSS

/*! ChunkFive - Font Squirrel */
@font-face {
font-family: 'ChunkFive';
src: url('chunkfive-regular-webfont.woff2') format('woff2'),
url('chunkfive-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}