Initial commit
This commit is contained in:
commit
b99a321ded
35 changed files with 11997 additions and 0 deletions
12
static/css/fonts/code_light.css
Executable file
12
static/css/fonts/code_light.css
Executable 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;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue