Initial commit

This commit is contained in:
nemunaire
2018-11-12 23:31:10 +01:00
commit b99a321ded
35 changed files with 11997 additions and 0 deletions

12
static/css/fonts/code_light.css Executable file
View File

@@ -0,0 +1,12 @@
@font-face {
font-family: 'Code Light';
src: url('fonts/code_light/code_light-webfont.eot');
src: url('fonts/code_light/code_light-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/code_light/code_light-webfont.woff2') format('woff2'),
url('fonts/code_light/code_light-webfont.woff') format('woff'),
url('fonts/code_light/code_light-webfont.ttf') format('truetype'),
url('fonts/code_light/code_light-webfont.svg#code_lightregular') format('svg');
font-weight: normal;
font-style: normal;
}