- Add ChunkFive font (woff, woff2) for become manifesto - Add highlight.js and GitHub Dark theme - Update .gitignore to allow static/vendor/
8 lines
255 B
CSS
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;
|
|
}
|