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