Initial commit
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user