|
@@ -4,6 +4,13 @@
|
|
|
<meta charset="utf-8">
|
|
|
<title>three.js - documentation</title>
|
|
|
<style>
|
|
|
+ @font-face {
|
|
|
+ font-family: 'inconsolata';
|
|
|
+ src: url('files/inconsolata.woff') format('woff');
|
|
|
+ font-weight: normal;
|
|
|
+ font-style: normal;
|
|
|
+ }
|
|
|
+
|
|
|
html {
|
|
|
height: 100%;
|
|
|
}
|
|
@@ -13,7 +20,7 @@
|
|
|
padding: 0;
|
|
|
height: 100%;
|
|
|
color: #555;
|
|
|
- font-family: Arial, sans-serif;
|
|
|
+ font-family: 'inconsolata';
|
|
|
font-size: 15px;
|
|
|
overflow: hidden;
|
|
|
}
|