Merge static web directories
This commit is contained in:
@@ -142,6 +142,7 @@ class HTTPRequestHandler(object):
|
|||||||
'.iso': 'application/octet-stream',
|
'.iso': 'application/octet-stream',
|
||||||
'.js': 'application/javascript',
|
'.js': 'application/javascript',
|
||||||
'.json': 'application/json',
|
'.json': 'application/json',
|
||||||
|
'.woff': 'application/font-woff',
|
||||||
}
|
}
|
||||||
_BLOCK_SIZE = 2 ** 16
|
_BLOCK_SIZE = 2 ** 16
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'code-39';
|
font-family: 'code-39';
|
||||||
src: url('code-39.woff') format('woff');
|
src: url('/static/code-39.woff') format('woff');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user